Skip to content

Commit

Permalink
fix(config): fixes dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 22, 2024
1 parent d58e2e5 commit 4de8b99
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 21,696 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app
ENV NODE_ENV="production"

# Install pnpm
ARG PNPM_VERSION=7.28.0
ARG PNPM_VERSION=9
RUN npm install -g pnpm@$PNPM_VERSION


Expand Down
Loading

0 comments on commit 4de8b99

Please sign in to comment.