Updated Dockerfile format
This commit is contained in:
parent
1c5e9dcac2
commit
e8561d0b6e
|
@ -15,7 +15,7 @@ EXPOSE 80
|
|||
EXPOSE 443
|
||||
|
||||
# Define environment variable
|
||||
ENV NAME DISCORD_TOKEN
|
||||
ENV NAME=DISCORD_TOKEN
|
||||
|
||||
# Run app.py when the container launches
|
||||
CMD ["python", "bot.py"]
|
||||
|
|
Loading…
Reference in a new issue