This lines in .prod.env cannot be like this:
|
LOCAL_PROJECTS=os.path.join(config_dir, os.pardir, os.pardir, 'projects') # for local storage type |
|
TEMP_DIR=gettempdir() # trash dir for temp files being cleaned regularly |
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.
This lines in .prod.env cannot be like this:
server/.prod.env
Line 12 in a0cf751
server/.prod.env
Line 27 in a0cf751
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.