Fixed admin locales not present.

This commit is contained in:
SamTV12345 2024-03-18 21:04:13 +01:00
parent ad3393d2fe
commit dfc6377589

View file

@ -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