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.