mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
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
|
WORKDIR /opt/etherpad-lite
|
||||||
COPY ./admin ./admin
|
COPY ./admin ./admin
|
||||||
|
COPY ./src/locales ./src/locales
|
||||||
RUN cd ./admin && npm install -g pnpm && pnpm install && pnpm run build --outDir ./dist
|
RUN cd ./admin && npm install -g pnpm && pnpm install && pnpm run build --outDir ./dist
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue