diff --git a/Dockerfile b/Dockerfile index e49786ab..ce86abec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN yarn COPY . . RUN yarn build -FROM nginx:1.26.1-alpine +FROM nginx:1.11.13-alpine COPY --from=build /app/dist /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"]