diff --git a/Dockerfile b/Dockerfile index a2aac5dd..55475b2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file