Updated Dockerfile format
This commit is contained in:
parent
1c5e9dcac2
commit
e8561d0b6e
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue