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 6e76035 commit 91ee6df
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 @@ -23,4 +23,4 @@ ENV COLOR 15844367
ENV CHECK_CYCLE 30
ENV CURRENCY_SYMBOL "₩"

ENTRYPOINT ["/app/steam_discound_tracker_for_discord","-webhook_url=$WEBHOOK_URL","-color=$COLOR","-check_cycle=$CHECK_CYCLE","-currency_symbol=$CURRENCY_SYMBOL"]
ENTRYPOINT /app/steam_discound_tracker_for_discord -webhook_url=$WEBHOOK_URL -color=$COLOR -check_cycle=$CHECK_CYCLE -currency_symbol=$CURRENCY_SYMBOL

0 comments on commit 91ee6df

Please sign in to comment.