Skip to content

Commit

Permalink
fix docker work dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Two-Play committed Nov 27, 2024
1 parent 151bd64 commit dacac8f
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 @@ -15,6 +15,6 @@ ENV DISCORD_TOKEN=;
ENV CRAFTY_TOKEN=;
ENV PYTHONWARNINGS="ignore:Unverified HTTPS request"

CMD [ "python", "./main.py" ]
CMD [ "python", "./core/main.py" ]

#ENTRYPOINT ["top", "-b"]

0 comments on commit dacac8f

Please sign in to comment.