Skip to content

Commit

Permalink
build: fix dep verions
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys committed Aug 20, 2024
1 parent 9dac22f commit bfc5a3c
Show file tree
Hide file tree
Showing 3 changed files with 5,055 additions and 3,873 deletions.
4 changes: 2 additions & 2 deletions apps/mira/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY --from=builder /app/out/json/ .
COPY --from=builder /app/out/pnpm-lock.yaml ./pnpm-lock.yaml
COPY --from=builder /app/out/pnpm-workspace.yaml ./pnpm-workspace.yaml
RUN npm i -g pnpm
RUN pnpm i
RUN pnpm i --frozen-lockfile

# Build the project
COPY --from=builder /app/out/full/ .
Expand Down Expand Up @@ -49,4 +49,4 @@ COPY --from=installer --chown=nextjs:nodejs /app/apps/mira/.next/static ./apps/m
# https://github.com/vercel/next.js/issues/33895#issuecomment-1047088071
COPY --from=installer --chown=nextjs:nodejs /app/apps/mira/public ./apps/mira/public

CMD node apps/mira/server.js
CMD node apps/mira/server.js
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
"prettier": "latest",
"turbo": "latest"
"prettier": "3.3.3",
"turbo": "2.0.14"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {},
"packageManager": "pnpm@7.22.0"
"packageManager": "pnpm@9.6.0"
}
Loading

0 comments on commit bfc5a3c

Please sign in to comment.