Skip to content

Commit

Permalink
and g it and ssh to try and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ajluker committed Oct 15, 2024
1 parent 8988e5c commit c45da3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c45da3d

Please sign in to comment.