From 8e8ce3b50f3bd7055d373b4b80882bc88ac7cbca Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Mon, 19 Jan 2026 09:15:18 -0500 Subject: [PATCH] fix plugins in entrypoint (#2122) --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 0611978bd..5945f2700 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -25,7 +25,7 @@ else fi # create directories for volumes -mkdir -p /pelican-data/database /pelican-data/storage/avatars /pelican-data/storage/fonts /pelican-data/storage/icons /var/www/html/storage/logs/supervisord 2>/dev/null +mkdir -p /pelican-data/database /pelican-data/storage/avatars /pelican-data/storage/fonts /pelican-data/storage/icons /pelican-data/plugins /var/www/html/storage/logs/supervisord 2>/dev/null # if the app is installed then we need to run migrations on start. New installs will run migrations when you run the installer. if [ "${APP_INSTALLED}" == "true" ]; then