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 2c8d551 commit d738e52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
FROM node:18-alpine
FROM node:19-alpine

ARG SHOPIFY_API_KEY
ENV SHOPIFY_API_KEY=$SHOPIFY_API_KEY

EXPOSE 8081
WORKDIR /app
COPY web .
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh
RUN yarn
RUN cd frontend && yarn && yarn run build
CMD ["yarn", "run", "serve"]

0 comments on commit d738e52

Please sign in to comment.