From 729219a3c4444896b81dc58ae96b03d288739db3 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 7 Apr 2024 18:20:34 +0200 Subject: [PATCH] docker: bootstrap remove leftypol specific files --- docker/php/bootstrap.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/php/bootstrap.sh b/docker/php/bootstrap.sh index 5436b2c2..6d6b5c15 100755 --- a/docker/php/bootstrap.sh +++ b/docker/php/bootstrap.sh @@ -26,12 +26,9 @@ fi # Link the entrypoints from the exposed directory. ln -nfs \ - /code/banners/ \ /code/tools/ \ - /code/walls/ \ /code/*.php \ /code/LICENSE.* \ - /code/404.html \ /code/install.sql \ /var/www/ # Static files accessible from the webserver must be copied.