From 69dd6d6514921cc9e5b211dba40d9cf905a2f8eb Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Tue, 8 Aug 2017 23:57:42 +0000 Subject: [PATCH] Dockerfile edited online with Bitbucket --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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