Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
outerwinnie committed Sep 4, 2024
1 parent ead11aa commit 5858568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ COPY --from=build /app/out ./
# Set environment variables
ENV DISCORD_BOT_TOKEN=""
ENV DISCORD_CHANNEL_ID=""
ENV CSV_FILE_PATH="/app/data"
ENV CSV_FILE_PATH="/app/data/data.csv"
ENV POST_TIME="20:00:00"
ENV GUILD_ID=""

# Entry point for the application
ENTRYPOINT ["dotnet", "Recuerdense-Bot.dll"]

0 comments on commit 5858568

Please sign in to comment.