From d153bb9063567bf4f027e199c3697d9e72ff7096 Mon Sep 17 00:00:00 2001 From: Moritz Wagner Date: Thu, 25 Jul 2024 13:36:11 +0200 Subject: [PATCH] Fix #6538 (admin page broken) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d93595d7a..f392f1e7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -130,7 +130,7 @@ ENV NODE_ENV=production ENV ETHERPAD_PRODUCTION=true COPY --chown=etherpad:etherpad ./src ./src -COPY --chown=etherpad:etherpad --from=adminbuild /opt/etherpad-lite/src/ templates/admin./src/templates/admin +COPY --chown=etherpad:etherpad --from=adminbuild /opt/etherpad-lite/src/templates/admin ./src/templates/admin COPY --chown=etherpad:etherpad --from=adminbuild /opt/etherpad-lite/src/static/oidc ./src/static/oidc RUN bin/installDeps.sh && rm -rf ~/.npm && rm -rf ~/.local && rm -rf ~/.cache && \