mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Fixed dockerfile.
This commit is contained in:
parent
c966e12926
commit
ed57005b6e
1 changed files with 1 additions and 3 deletions
|
@ -7,9 +7,7 @@
|
|||
FROM node:alpine as adminBuild
|
||||
|
||||
WORKDIR /opt/etherpad-lite
|
||||
COPY ./admin ./admin
|
||||
COPY ./ui ./ui
|
||||
COPY ./src/locales ./src/locales
|
||||
COPY ./ ./
|
||||
RUN cd ./admin && npm install -g pnpm && pnpm install && pnpm run build --outDir ./dist
|
||||
RUN cd ./ui && pnpm install && pnpm run build --outDir ./dist
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue