diff --git a/Frontend/Dockerfile b/Frontend/Dockerfile index d49f53e..c85aeb1 100644 --- a/Frontend/Dockerfile +++ b/Frontend/Dockerfile @@ -4,7 +4,7 @@ ADD . /front/ RUN npm install --unsafe-perm RUN npm run build -FROM nginx:1.19.0 +FROM nginx:1.20 COPY --from=builder /front/public /usr/share/nginx/html COPY ./nginx.conf /etc/nginx/conf.d/default.conf