Skip to content

Commit

Permalink
Remove pnpm prune command to ensure tsx recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin-Quinn51 committed Oct 26, 2024
1 parent 870c57d commit 10bba39
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 @@ -34,7 +34,7 @@ COPY . .
RUN pnpm run build

# Remove development dependencies
RUN pnpm prune --prod
## RUN pnpm prune --prod


# Final stage for app image
Expand Down

0 comments on commit 10bba39

Please sign in to comment.