diff --git a/__pycache__/app.cpython-311.pyc b/__pycache__/app.cpython-311.pyc index dc26c20..6f41b6b 100644 Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ diff --git a/__pycache__/extensions.cpython-311.pyc b/__pycache__/extensions.cpython-311.pyc index 05e2225..9538f03 100644 Binary files a/__pycache__/extensions.cpython-311.pyc and b/__pycache__/extensions.cpython-311.pyc differ diff --git a/__pycache__/models.cpython-311.pyc b/__pycache__/models.cpython-311.pyc index b221bcb..b455dbc 100644 Binary files a/__pycache__/models.cpython-311.pyc and b/__pycache__/models.cpython-311.pyc differ diff --git a/docker-compose.yml b/docker-compose.yml index 51854de..f082a8b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,4 +18,4 @@ services: - /home/pi/Desktop/digi-server/static:/app/static/uploads # when setting allready exist and data are setted and is performed an update use second line of command command: sh -c "python clear_db.py && python init_db.py && gunicorn -w 4 -b 0.0.0.0:5000 app:app" - #ommand: sh -c "python init_db.py && gunicorn -w 4 -b 0.0.0.0:5000 app:app" \ No newline at end of file + #command: sh -c "python init_db.py && gunicorn -w 4 -b 0.0.0.0:5000 app:app"