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 78d6137..eca756e: > Move the image conversion to web-compatible-image in the utils.images module (patch_image_to_web_standard) > Add the views.uuid.functions.get_table_for_uuid() function > Update the list of tables with uuid > Move the uuid search functions to the `functions` file