Fix frontend build (#1118)

This commit is contained in:
Robert Brennan 2024-04-15 14:36:18 +02:00 committed by GitHub
parent 342302ceef
commit 474aafbc79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,8 +6,7 @@ COPY ./frontend/package.json frontend/package-lock.json ./
RUN npm install
COPY ./frontend ./
RUN npm run build
RUN npm run make-i18n && npm run build
FROM python:3.12-slim as runtime