forked from leftypol/leftypol
docker: add banners/ directory to directories to copy over
This commit is contained in:
parent
295d1751b1
commit
05952a6222
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,6 @@ fi
|
||||||
|
|
||||||
# Link the entrypoints from the exposed directory.
|
# Link the entrypoints from the exposed directory.
|
||||||
ln -nfs \
|
ln -nfs \
|
||||||
/code/banners/ \
|
|
||||||
/code/tools/ \
|
/code/tools/ \
|
||||||
/code/walls/ \
|
/code/walls/ \
|
||||||
/code/*.php \
|
/code/*.php \
|
||||||
|
@ -36,6 +35,7 @@ ln -nfs \
|
||||||
# Static files accessible from the webserver must be copied.
|
# Static files accessible from the webserver must be copied.
|
||||||
cp -ur /code/static /var/www/
|
cp -ur /code/static /var/www/
|
||||||
cp -ur /code/stylesheets /var/www/
|
cp -ur /code/stylesheets /var/www/
|
||||||
|
cp -ur /code/banners /var/www/
|
||||||
|
|
||||||
# Ensure correct permissions are set, since this might be bind mount.
|
# Ensure correct permissions are set, since this might be bind mount.
|
||||||
chown www-data /var/www
|
chown www-data /var/www
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue