Wrong .prod.env values for LOCAL_PROJECTS and TEMP_DIR
This lines in .prod.env cannot be like this:
https://github.com/MerginMaps/server/blob/a0cf751bdc0537a859edb83653004dc158ec5c29/.prod.env#L12
https://github.com/MerginMaps/server/blob/a0cf751bdc0537a859edb83653004dc158ec5c29/.prod.env#L27
Using this configuration I ended up with such folder names in docker:
This is surelly wrong, so I commented lines out to use default values.
Actually LOCAL_PROJECTS should be this to match value in docker-compose.yml
LOCAL_PROJECTS=/data
and then matching TEMP_DIR could go to commented value:
TEMP_DIR=/data/tmp
Thanks for the report @uprel, we'll fix it for the next release
@jozef-budac follow instructions in PR and try it again. Just quick test :)
It looks fixed in the new version.