diff --git a/Dockerfile b/Dockerfile index 576f973..8d40489 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY ./ ./ RUN npm run generate && npm run lint #RUN yarn start:ci & yarn wait && yarn test:cypress -FROM nginx@sha256:0e65e7b19ac0abab5c911b175ca20040c98200337337cbb366af24ab597927ea +FROM nginx@sha256:0a399eb16751829e1af26fea27b20c3ec28d7ab1fb72182879dcae1cca21206a MAINTAINER Joakim Olsson COPY --from=builder /build/.output/public/ /usr/share/nginx/html/