From 991d4836c4b009880dce26605b15c1b5c0672776 Mon Sep 17 00:00:00 2001 From: Jannik Streek Date: Tue, 19 Mar 2024 08:34:26 +0100 Subject: [PATCH] fix install build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ab95c842b7..3decebe2057 100644 --- a/Dockerfile +++ b/Dockerfile @@ -119,7 +119,7 @@ ENV ETHERPAD_PRODUCTION=true COPY --chown=etherpad:etherpad --from=adminBuild /opt/etherpad-lite/admin/dist ./src/templates/admin RUN bin/installDeps.sh && rm -rf ~/.npm && \ - { [ -z "${ETHERPAD_PLUGINS}" ] || pnpm run install-plugins ${ETHERPAD_PLUGINS}; } + { [ -z "${ETHERPAD_PLUGINS}" ] || pnpm install --workspace-root ${ETHERPAD_PLUGINS}; } # Copy the configuration file.