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 c45da3d commit 45203ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
FROM node:18-alpine
FROM node:18-alpine3.19

ARG SHOPIFY_API_KEY
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
CMD ["yarn", "run", "serve"]

0 comments on commit 45203ee

Please sign in to comment.