Merge pull request 'fix(dockerfile)' (#4) from develop into prod
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 13s

Reviewed-on: https://git.local.evan.casa/evan/LeDiscord/pulls/4
This commit was merged in pull request #4.
This commit is contained in:
2026-01-25 22:22:56 +01:00

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