Skip to content

Commit

Permalink
fix entrypoint env
Browse files Browse the repository at this point in the history
  • Loading branch information
irostub committed Jan 15, 2024
1 parent 3c4e41d commit 5e43cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ENV COLOR 15844367
ENV CHECK_CYCLE 30
ENV CURRENCY_SYMBOL "₩"

ENTRYPOINT ["/app/steam_discound_tracker_for_discord_${RUN_TARGETOS}_${RUN_TARGETARCH}","-webhook_url=$WEBHOOK_URL","-color=$COLOR","-check_cycle=$CHECK_CYCLE","-currency_symbol=$CURRENCY_SYMBOL"]
ENTRYPOINT exec /app/steam_discound_tracker_for_discord_$RUN_TARGETOS_$RUN_TARGETARCH","-webhook_url=$WEBHOOK_URL","-color=$COLOR","-check_cycle=$CHECK_CYCLE","-currency_symbol=$CURRENCY_SYMBOL

0 comments on commit 5e43cff

Please sign in to comment.