diff --git a/Dockerfile b/Dockerfile index 6f2862d..42c66f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,9 @@ RUN yarn install COPY . . RUN yarn build -FROM nginx:stable-alpine as production-stage +FROM nginx:1.21.5-alpine as production-stage ENV API_URL http://kubernetes.local COPY nginx.conf.template /etc/nginx/templates/default.conf.template COPY --from=build-stage /app/dist /usr/share/nginx/html EXPOSE 80 -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"]