diff --git a/Dockerfile_frontend b/Dockerfile_frontend index 2f2b45d..4ed1631 100644 --- a/Dockerfile_frontend +++ b/Dockerfile_frontend @@ -13,7 +13,7 @@ COPY web /app #build the project for production RUN npm run build -FROM nginx:1.25.3-alpine3.18 +FROM nginx:mainline-alpine # copy the build folder from react to the root of nginx (www) COPY --from=build /app/build /usr/share/nginx/html