Dockerfile edited online with Bitbucket
This commit is contained in:
parent
a38e565294
commit
69dd6d6514
@ -5,6 +5,8 @@ RUN apt-get update && apt-get install curl -y &&\
|
|||||||
RUN pip install requests discord.py docker pybooru termcolor
|
RUN pip install requests discord.py docker pybooru termcolor
|
||||||
|
|
||||||
ADD app /app
|
ADD app /app
|
||||||
|
|
||||||
# Run this to test that the python compiles when we actually go live
|
# Run this to test that the python compiles when we actually go live
|
||||||
RUN python /app/dragon-bot.py test
|
RUN python /app/dragon-bot.py test
|
||||||
|
|
||||||
CMD python app/dragon-bot.py
|
CMD python app/dragon-bot.py
|
Loading…
x
Reference in New Issue
Block a user