diff --git a/Dockerfile b/Dockerfile index 6c0e4ed..cca149e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ ENV SHOPIFY_API_KEY=$SHOPIFY_API_KEY EXPOSE 8081 WORKDIR /app COPY web . +RUN apk --no-cache add --no-check-certificate ca-certificates \ + && update-ca-certificates RUN apk add --no-cache git openssh RUN yarn RUN cd frontend && yarn && yarn run build