diff --git a/entrypoint.sh b/entrypoint.sh index 391b7aa..f883677 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,6 @@ CRON_CONFIG_FILE="/etc/crontabs/root" -echo "${CRON} echo "Come in the water is fine!" > /opt/output.log" > $CRON_CONFIG_FILE \ No newline at end of file +echo "${CRON} echo "Come in the water is fine!" > /opt/output.log" > $CRON_CONFIG_FILE + +exec sleep infinity \ No newline at end of file