docker: fix missing tmp directory

This commit is contained in:
Zankaria 2024-02-11 16:04:57 +01:00
parent e3dc1a1a65
commit 20b7ed7829

View file

@ -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/