Fixed docker build

This commit is contained in:
SamTV12345 2024-02-10 17:52:20 +01:00
parent 2c6e5c5f7f
commit a037c00ede

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 ep_etherpad-lite
RUN cd src && pnpm link .
USER etherpad