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 3942b24 commit 31041ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19-alpine
FROM node:18-alpine

ARG SHOPIFY_API_KEY
ENV SHOPIFY_API_KEY=$SHOPIFY_API_KEY
Expand All @@ -8,6 +8,7 @@ WORKDIR /app
COPY web .
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh
RUN ssh-keyscan github.com >> etc/ssh/known_hosts
RUN yarn
RUN cd frontend && yarn && yarn run build
CMD ["yarn", "run", "serve"]

0 comments on commit 31041ae

Please sign in to comment.