fix(dockerfile)
Some checks failed
Deploy to Development / build-and-deploy (push) Failing after 14s
Some checks failed
Deploy to Development / build-and-deploy (push) Failing after 14s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user