Skip to content

Commit

Permalink
test: unlock yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZ3n committed Sep 20, 2024
1 parent b4e8fe8 commit cdf0c05
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 @@ -9,7 +9,7 @@ FROM --platform=linux/arm64 pre AS deps
WORKDIR /app
RUN npm install -g node-gyp
COPY package.json yarn.lock* ./
RUN yarn install --frozen-lockfile
RUN yarn install

# 2. Rebuild the source code only when needed
FROM --platform=linux/arm64 pre AS builder
Expand Down

0 comments on commit cdf0c05

Please sign in to comment.