Fixed admin locales not present.
This commit is contained in:
parent
ad3393d2fe
commit
dfc6377589
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ FROM node:alpine as adminBuild
|
|||
|
||||
WORKDIR /opt/etherpad-lite
|
||||
COPY ./admin ./admin
|
||||
COPY ./src/locales ./src/locales
|
||||
RUN cd ./admin && npm install -g pnpm && pnpm install && pnpm run build --outDir ./dist
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue