oups le build

This commit is contained in:
2025-09-26 16:02:26 +02:00
parent 9f3d4aecca
commit 5917a35da5

View File

@@ -12,6 +12,8 @@ COPY . .
ARG REACT_APP_API_URL=""
ENV REACT_APP_API_URL=${REACT_APP_API_URL}
RUN npm run build
# nginx pour servir les fichiers statiques
FROM nginx:stable-alpine AS runner