Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
webzwo0i committed Jul 6, 2023
1 parent e18febb commit 039bb7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ WORKDIR "${EP_DIR}"

COPY --chown=etherpad:etherpad ./ ./

RUN mkdir /home/etherpad/.npm-packages
RUN npm config set prefix /home/etherpad/.npm-packages

RUN ./src/bin/installDeps.sh

RUN { [ -z "${ETHERPAD_PLUGINS}" ] || \
Expand Down

0 comments on commit 039bb7c

Please sign in to comment.