diff --git a/Dockerfile b/Dockerfile index 3cf55fbba..4eb6abab5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -113,7 +113,7 @@ COPY --chown=etherpad:etherpad ${SETTINGS} "${EP_DIR}"/settings.json #RUN chmod -R g=u . USER root -RUN cd src && pnpm link ep_etherpad-lite +RUN cd src && pnpm link . USER etherpad