Compare commits

..

2 Commits

Author SHA1 Message Date
e0d2db3c42 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
2026-01-25 22:22:56 +01:00
EvanChal
a47a70e608 fix(dockerfile)
Some checks failed
Deploy to Development / build-and-deploy (push) Failing after 14s
2026-01-25 22:22:49 +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