| Camila Macedo If the current Dockerfiles created image does not have the UI working correctly, it is because the STATIC_FILES_DIR environment variable is not being set with the full path. It would be good to create a task from this. `export STATIC_FILES_DIR=$(CURDIR)/ui/build;` |