Updated Dockerfile format

This commit is contained in:
termite 2025-01-27 15:54:31 -08:00
parent 1c5e9dcac2
commit e8561d0b6e

View file

@ -15,7 +15,7 @@ EXPOSE 80
EXPOSE 443 EXPOSE 443
# Define environment variable # Define environment variable
ENV NAME DISCORD_TOKEN ENV NAME=DISCORD_TOKEN
# Run app.py when the container launches # Run app.py when the container launches
CMD ["python", "bot.py"] CMD ["python", "bot.py"]