Browse Source

docker: fix missing tmp directory

pull/115/head
Zankaria 3 months ago
parent
commit
20b7ed7829
  1. 4
      docker/common-setup.sh

4
docker/common-setup.sh

@ -16,6 +16,10 @@ ln -s \
/code/install.sql \
/var/www-leftypol/
install -m 775 -o leftypol -g leftypol -d /var/tmp/leftypol
install -m 775 -o leftypol -g leftypol -d /var/tmp/leftypol/cache
ln -s /var/tmp/leftypol /var/www-leftypol/tmp
install -m 775 -o leftypol -g leftypol -d /var/www-leftypol/js
ln -s /code/js/* /var/www-leftypol/js/

Loading…
Cancel
Save