This commit is contained in:
SamTV12345 2024-02-10 19:17:51 +01:00
parent 6475833e55
commit 04898c0e5f

View file

@ -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 .
RUN cd src && npm link
USER etherpad