Skip to content

Commit

Permalink
fix: yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Mar 18, 2024
1 parent c277312 commit 1953e55
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 @@ -8,7 +8,7 @@ WORKDIR /app
COPY yarn.lock .yarnrc.yml ./
COPY .yarn .yarn
ENV YARN_IGNORE_NODE 1
RUN yarn fetch --immutable
RUN yarn fetch

# Rebuild the source code only when needed
FROM node:${NODE_VERSION} AS builder
Expand Down

0 comments on commit 1953e55

Please sign in to comment.