App update
diff --git a/docker-compose.yml b/docker-compose.yml index 20b49fb..166bec5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - env volumes: - ./web/app:/app + - ./files:/files - /etc/localtime:/etc/localtime:ro entrypoint: python dev.py depends_on: Submodule web/app 7eb4a52..78d6137: > Clarify the name of the 'need_to_decrypt' variable in the image_serve() function > Remove useless case for "tenprint_cards" table in the image_serve() function
Loading