Autolab icon indicating copy to clipboard operation
Autolab copied to clipboard

Dockerfile does not set permissions for tmp/cache

Open edmcman opened this issue 8 years ago • 1 comments

I receive the following error when visiting most pages:

--- !ruby/exception:Errno::EACCES message: Permission denied @ dir_s_mkdir - /home/app/webapp/tmp/cache/206

edmcman avatar Sep 02 '15 15:09 edmcman

I had this issue too, a temporary solution is to go into the docker container using:

docker exec -i -t autolabprod_web_1 bash

and manually do:

chown -R app:app /home/app/webapp/tmp

There's probably a way to fix it through the Dockerfile though.

GjjvdBurg avatar Sep 11 '15 17:09 GjjvdBurg

Closing as stale / can't repro

This might have been fixed in #1277 -- in any case, nightly has the correct permissions on tmp/cache Screenshot 2023-06-03 at 23 02 13

damianhxy avatar Jun 03 '23 15:06 damianhxy