fix(backend): i18n in Docker build

This commit is contained in:
Tibo De Peuter 2025-03-25 10:08:44 +01:00
parent c219612d99
commit 3c58f798fb
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -30,6 +30,7 @@ COPY package-lock.json backend/package.json ./
RUN npm install --silent --only=production
COPY ./docs /docs
COPY ./backend/i18n /app/i18n
COPY --from=build-stage /app/backend/dist ./dist/
EXPOSE 3000