Commit 1cac34be authored by nanahira's avatar nanahira

Update entrypoint.sh

parent 6c53dd0e
Pipeline #24502 passed with stages
in 25 seconds
...@@ -17,4 +17,4 @@ if [ -n "$IMMEDIATE" ]; then ...@@ -17,4 +17,4 @@ if [ -n "$IMMEDIATE" ]; then
fi fi
echo "Will run $@ in $SCHEDULE" echo "Will run $@ in $SCHEDULE"
/usr/local/bin/go-cron "$SCHEDULE" "$@" /usr/local/bin/go-cron -s "$SCHEDULE" -p 8080 -- "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment