diff --git a/Dockerfile b/Dockerfile index 8933a23..576f973 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:2300fb715ab3a2595a3e6956db7379d25b2815973416e6261dde607ca3a86370 +FROM nginx@sha256:0e65e7b19ac0abab5c911b175ca20040c98200337337cbb366af24ab597927ea MAINTAINER Joakim Olsson COPY --from=builder /build/.output/public/ /usr/share/nginx/html/