Add the ability to toggle debug in docker
This commit is contained in:
parent
cb6249d31c
commit
1d348b5b70
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue