Skip to content

Commit

Permalink
upgrade to yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
ITJesse committed Nov 13, 2023
1 parent 7cf1cfc commit 292581f
Show file tree
Hide file tree
Showing 4 changed files with 5,064 additions and 3,224 deletions.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM node:18-alpine AS deps
RUN apk add --no-cache libc6-compat python3 make g++ bash
WORKDIR /app
COPY package.json yarn.lock* ./
RUN yarn --frozen-lockfile && mv node_modules dev_node_modules
RUN yarn --frozen-lockfile --production
RUN yarn --immutable && mv node_modules dev_node_modules
RUN yarn --immutable --production

FROM node:18-alpine AS builder
WORKDIR /app
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
"node-cron": "^3.0.2",
"object-hash": "^3.0.0",
"sharp": "^0.32.6"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 292581f

Please sign in to comment.