Skip to content

Commit

Permalink
dockerfile started failing due to no git. Trying to add it
Browse files Browse the repository at this point in the history
  • Loading branch information
ajluker committed Oct 15, 2024
1 parent cfd015f commit ac0fd9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV SHOPIFY_API_KEY=$SHOPIFY_API_KEY
EXPOSE 8081
WORKDIR /app
COPY web .
RUN apk add git
RUN yarn
RUN cd frontend && yarn && yarn run build
CMD ["yarn", "run", "serve"]

0 comments on commit ac0fd9c

Please sign in to comment.