Adding a new line to the test docker file. It needs special shit to print in alpine
This commit is contained in:
parent
e7608d7c46
commit
4e59fb37c7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user