mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-30 18:24:29 +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 \
|
/code/install.sql \
|
||||||
/var/www-leftypol/
|
/var/www-leftypol/
|
||||||
|
|
||||||
install -m 775 -o leftypol -g leftypol -d /var/www/js
|
install -m 775 -o leftypol -g leftypol -d /var/tmp/leftypol
|
||||||
ln -s /code/js/* /var/www/js/
|
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
|
||||||
install -m 775 -o leftypol -g leftypol -d /var/www-leftypol/templates/cache
|
install -m 775 -o leftypol -g leftypol -d /var/www-leftypol/templates/cache
|
||||||
|
Loading…
Reference in New Issue
Block a user