From dfcc37220c859de77cb6ed5741a86df605c15c38 Mon Sep 17 00:00:00 2001 From: Moritz Wagner <56724584+recombinationgroup@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:37:14 +0200 Subject: [PATCH] Fix #6538 (admin page broken) (#6539) --- 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 && \