diff --git a/Dockerfile b/Dockerfile index 9130bf3..bd5436b 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:ffa524536736e9341b829e0638f56afab8bda691b8cfa46c1f02ffe4c6046f97 +FROM nginx@sha256:57a563126c0fd426346b02e5aa231ae9e5fd66f2248b36553207a0eca1403fde MAINTAINER Joakim Olsson COPY --from=builder /build/.output/public/ /usr/share/nginx/html/