Moved DEBUG variable to config

This commit is contained in:
MartenBE
2020-08-09 23:52:32 +02:00
parent a6baddf611
commit 88d0295ae1
5 changed files with 6 additions and 4 deletions

2
docker/Dockerfile vendored
View File

@@ -5,7 +5,7 @@
# Use the following commands to build and push the docker image to Dockerhub:
#
# docker build -t pyshelf/pyshelf -f .\docker\Dockerfile .
# docker build -t pyshelf/pyshelf -f ./docker/Dockerfile .
# docker login
# docker push pyshelf/pyshelf