File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
deployment/hashnode-starter-kit
packages/blog-starter-kit/themes/enterprise Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11# Stage 1: Building the code
2- FROM node:20 as builder
2+ FROM node:23.7.0 as builder
33
44WORKDIR /app
55
@@ -8,7 +8,7 @@ COPY package*.json ./
88COPY pnpm*.yaml ./
99
1010# Install pre-install deps
11- RUN npm install --global pnpm
11+ RUN npm install --global pnpm@9.9.0
1212RUN pnpm install
1313
1414# Copy the code
@@ -27,4 +27,4 @@ RUN cd packages/blog-starter-kit/themes/enterprise && \
2727EXPOSE 3000
2828
2929ENTRYPOINT ["/bin/sh" , "-c" , "cd /app/packages/blog-starter-kit/themes/enterprise && /usr/local/bin/pnpm run start" ]
30- # # RUN pnpm dev
30+ # # RUN pnpm dev
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ deployment:
4747 resources :
4848 limits :
4949 cpu : 1
50- memory : 400Mi
50+ memory : 800Mi
5151 requests :
5252 cpu : 100m
53- memory : 400Mi
53+ memory : 800Mi
5454
5555 # This is because for now we don't run as non-root
5656 # security:
Original file line number Diff line number Diff line change 1212 },
1313 "dependencies" : {
1414 "@graphql-typed-document-node/core" : " ^3.2.0" ,
15+ "@headlessui/react" : " ^1.7.17" ,
16+ "@heroicons/react" : " ^2.0.18" ,
1517 "@radix-ui/react-dialog" : " ^1.0.5" ,
1618 "@radix-ui/react-dropdown-menu" : " ^2.0.6" ,
1719 "@radix-ui/react-popover" : " ^1.0.7" ,
18- "@radix-ui/react-scroll-area" : " ^1.0.2 " ,
20+ "@radix-ui/react-scroll-area" : " ^1.0.5 " ,
1921 "@starter-kit/utils" : " workspace:*" ,
2022 "@tailwindcss/typography" : " ^0.5.10" ,
2123 "@vercel/og" : " ^0.5.18" ,
2729 "react-waypoint" : " ^10.3.0" ,
2830 "remark" : " ^14.0.2" ,
2931 "remark-html" : " ^15.0.1" ,
30- "tailwind-merge" : " ^1.13.2 " ,
32+ "tailwind-merge" : " ^2.2.0 " ,
3133 "uuid" : " ^9.0.1"
3234 },
3335 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments