From 05952a6222943b084a1d5131bdfbceaa4fc60229 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 13 Apr 2024 12:22:32 +0200 Subject: [PATCH] docker: add banners/ directory to directories to copy over --- docker/php/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/php/bootstrap.sh b/docker/php/bootstrap.sh index e94dcf28..131a7000 100755 --- a/docker/php/bootstrap.sh +++ b/docker/php/bootstrap.sh @@ -25,7 +25,6 @@ fi # Link the entrypoints from the exposed directory. ln -nfs \ - /code/banners/ \ /code/tools/ \ /code/walls/ \ /code/*.php \ @@ -36,6 +35,7 @@ ln -nfs \ # Static files accessible from the webserver must be copied. cp -ur /code/static /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. chown www-data /var/www