This commit is contained in:
Florian THIERRY
2024-09-22 12:27:59 +02:00
parent 6c89562dc3
commit 9cf47f0e2a
3 changed files with 8 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ FROM node:22-alpine AS builder
WORKDIR /app
COPY frontend /app
RUN npm install
RUN npm run build-prod-en
# RUN npm run build-prod-en
RUN npm run build-prod-fr
FROM nginx:1.27-alpine AS final