docker: fix missing tmp directory

This commit is contained in:
Zankaria 2024-02-11 16:04:57 +01:00 committed by Zankaria
parent 60254bf122
commit 1e05e1e423

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/