mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -04:00
Fixed docker build
This commit is contained in:
parent
2c6e5c5f7f
commit
a037c00ede
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue