Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ITJesse committed Nov 15, 2023
1 parent 4d5c213 commit 56690cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:18-alpine AS deps
RUN apk add --no-cache libc6-compat python3 make g++ bash
WORKDIR /app
COPY package.json yarn.lock* .yarn ./
COPY package.json yarn.lock* .yarnrc.yml .yarn ./
RUN yarn --immutable && mv node_modules dev_node_modules
RUN yarn --immutable --production

Expand Down

0 comments on commit 56690cc

Please sign in to comment.