fix(dockerfile) #4

Merged
evan merged 1 commits from develop into prod 2026-01-25 22:22:57 +01:00
Showing only changes of commit a47a70e608 - Show all commits

View File

@@ -21,7 +21,7 @@ RUN npm run build
# Stage 2 : Image finale avec les deux modes
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