Add back locale compilation

This commit is contained in:
Eric Bailey
2025-01-10 15:09:07 -06:00
parent d376969a0d
commit 686b055d03
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -5,6 +5,8 @@ WORKDIR /app
COPY package.json /app/package.json
COPY yarn.lock /app/yarn.lock
COPY /patches /app/patches
COPY /lingui.config.js /app/lingui.config.js
COPY /src/locale/locales /app/src/locale/locales
RUN pwd
RUN cd /app