Skip to content

Commit

Permalink
faster npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jul 13, 2024
1 parent 92a8c5d commit 8f1fc14
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 @@ -4,7 +4,7 @@ WORKDIR /usr/src/app

COPY . ./

RUN npm ci -w koa-server -w react-app --include-workspace-root
RUN npm ci -w koa-server -w react-app --include-workspace-root --audit=false --fund=false
RUN npx nx run-many -t build -p koa-server react-app

ENV PORT=8080
Expand Down

0 comments on commit 8f1fc14

Please sign in to comment.