Add the ability to toggle debug in docker

This commit is contained in:
samwiseg0 2018-12-12 12:38:58 -05:00
parent cb6249d31c
commit 1d348b5b70
2 changed files with 7 additions and 1 deletions

View file

@ -10,6 +10,8 @@ RUN \
/config \
/app
ENV DEBUG="False"
CMD cp /app/data/varken.example.ini /config/varken.example.ini && python3 /app/Varken.py --data-folder /config
VOLUME /config
VOLUME /config