Dockerfile edited online with Bitbucket

This commit is contained in:
Luke Robles 2017-08-08 23:57:42 +00:00
parent a38e565294
commit 69dd6d6514

View File

@ -5,6 +5,8 @@ RUN apt-get update && apt-get install curl -y &&\
RUN pip install requests discord.py docker pybooru termcolor
ADD app /app
# Run this to test that the python compiles when we actually go live
RUN python /app/dragon-bot.py test
CMD python app/dragon-bot.py