Skip to content

Commit 45320f5

Browse files
authored
Merge pull request #536 from HSLdevcom/add-sleep-indication-message
Add indication of 5 minute sleep to container startup
2 parents b2858cc + 020a892 commit 45320f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ ADD . /opt/otp-data-builder/
88

99
RUN yarn install
1010

11-
CMD ( dockerd-entrypoint.sh --log-level=error > /dev/null 2>&1 & ) && unset DOCKER_HOST && sleep 300 && node index.js
11+
CMD ( dockerd-entrypoint.sh --log-level=error > /dev/null 2>&1 & ) && unset DOCKER_HOST && echo "Sleeping for 5 minutes." && sleep 300 && node index.js

0 commit comments

Comments
 (0)