Skip to content

Commit

Permalink
chore: update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew-Macgibbon committed Dec 28, 2024
1 parent 5f7f14b commit 230ec95
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 754 deletions.
3 changes: 2 additions & 1 deletion apps/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ COPY libs ./libs
COPY layers ./layers

# Install dependencies with platform specifics
RUN npm install --workspaces --include-workspace-root --ignore-scripts
RUN npm install --no-progress
RUN npm install --workspaces

# Install nx and build
RUN npm install nx@latest -g
Expand Down
Loading

0 comments on commit 230ec95

Please sign in to comment.