Skip to content

Commit

Permalink
Dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
outerwinnie committed Sep 4, 2024
1 parent 6bc481d commit 4bf9a94
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 @@ -18,7 +18,7 @@ COPY --from=build /app/out ./
# Set environment variables
ENV DISCORD_BOT_TOKEN=""
ENV DISCORD_CHANNEL_ID=""
ENV CSV_FILE_PATH=""
ENV CSV_FILE_PATH="/app/data"
ENV POST_TIME="20:00:00"

# Entry point for the application
Expand Down

0 comments on commit 4bf9a94

Please sign in to comment.