We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2858cc + 020a892 commit 45320f5Copy full SHA for 45320f5
1 file changed
Dockerfile
@@ -8,4 +8,4 @@ ADD . /opt/otp-data-builder/
8
9
RUN yarn install
10
11
-CMD ( dockerd-entrypoint.sh --log-level=error > /dev/null 2>&1 & ) && unset DOCKER_HOST && sleep 300 && node index.js
+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