Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
azep-ninja authored Dec 30, 2024
1 parent b164224 commit b8ab711
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 @@ -21,7 +21,7 @@ WORKDIR /app
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml .npmrc turbo.json ./

# Install dependencies separately to leverage caching
RUN pnpm install
RUN pnpm install --ignore-scripts --no-optional

# Copy source files
COPY packages ./packages
Expand Down

0 comments on commit b8ab711

Please sign in to comment.