mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
docker: fix missing tmp directory
This commit is contained in:
parent
cc8e458906
commit
482962844a
@ -16,8 +16,12 @@ ln -s \
|
||||
/code/install.sql \
|
||||
/var/www-leftypol/
|
||||
|
||||
install -m 775 -o leftypol -g leftypol -d /var/www/js
|
||||
ln -s /code/js/* /var/www/js/
|
||||
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/
|
||||
|
||||
install -m 775 -o leftypol -g leftypol -d /var/www-leftypol/templates
|
||||
install -m 775 -o leftypol -g leftypol -d /var/www-leftypol/templates/cache
|
||||
|
Loading…
Reference in New Issue
Block a user