Skip to content

Commit

Permalink
chore: working on integrating turborepo remote cache
Browse files Browse the repository at this point in the history
  • Loading branch information
peeter-tomberg committed Jul 16, 2023
1 parent b7f3aee commit c9b9230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/docker/nest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN npm install
# Then copy over the application files (change often, no longer cached from this step on)
COPY --from=builder /app/out/full/ .
# Build the project
RUN npx turbo run build --filter=@apps/${APP_NAME}
RUN npx turbo run build -vvv --filter=@apps/${APP_NAME}
# Prune unused dependencies
RUN npm prune --production
RUN rm -rf node_modules/typescript
Expand Down

0 comments on commit c9b9230

Please sign in to comment.