Add env variables arguments to flask app

- NO_SUBPROCESS to fake subprocesses calls
- APP_ROOT to use the app outside of Docker
This commit is contained in:
augustin64
2024-04-12 15:55:14 +02:00
parent d6988c03b4
commit db6fa9b6b0
4 changed files with 58 additions and 42 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
**/.venv
user_data/*