Skip to content

Commit

Permalink
Run yarn --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 9, 2024
1 parent 04a32e5 commit f331200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Dockerfile
.dockerignore
node_modules
npm-debug.log
README.md
.next
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /app
# Install dependencies based on the preferred package manager
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
RUN corepack enable
RUN yarn install --immutable
RUN yarn --frozen-lockfile


# 2. Rebuild the source code only when needed
Expand Down

0 comments on commit f331200

Please sign in to comment.