diff --git a/Dockerfile b/Dockerfile index 13cd81b..28aeeb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ RUN npm install COPY . . RUN npm run build -FROM nginx +FROM nginx:1.23 EXPOSE 80 COPY --from=builder /app/build /usr/share/nginx/html