fix(dockerfile)
Some checks failed
Deploy to Development / build-and-deploy (push) Failing after 14s

This commit is contained in:
EvanChal
2026-01-25 22:22:49 +01:00
parent dfeaecce73
commit a47a70e608

View File

@@ -21,7 +21,7 @@ RUN npm run build
# Stage 2 : Image finale avec les deux modes # Stage 2 : Image finale avec les deux modes
FROM node:20-alpine FROM node:20-alpine
RUN apk add --no-cache nginx RUN apk add --no-cache nginx && mkdir -p /etc/nginx/conf.d /run/nginx
WORKDIR /app WORKDIR /app