Adding a new line to the test docker file. It needs special shit to print in alpine

This commit is contained in:
Luke Robles 2017-08-16 22:59:33 -07:00
parent 88ff007097
commit 65f652ca0b

View File

@ -8,6 +8,6 @@ ADD app /app
RUN echo "\nTesting your python code for errors\n" && \
pylint -E /app/*.py
RUN echo "\n#########################\nRun dragon bot by typing \npython dragon-bot.py\n#########################\n"
RUN printf "\n#########################\nRun dragon bot by typing \npython dragon-bot.py\n#########################\n\n"
WORKDIR /app