Fixed docker build.

This commit is contained in:
SamTV12345 2024-02-10 17:36:12 +01:00
parent fa50db696e
commit 175fa34788

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 && pnpm link ep_etherpad-lite
USER etherpad