We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4b3ee commit c5fcb3cCopy full SHA for c5fcb3c
src/backend/Dockerfile
@@ -1,11 +1,11 @@
1
-FROM node:22.18.0-alpine AS build
+FROM node:22.11.0-alpine AS build
2
WORKDIR /app
3
COPY package.json yarn.lock ./
4
RUN yarn install
5
COPY . .
6
RUN yarn prisma generate
7
RUN yarn build
8
-FROM node:22.18.0-alpine
+FROM node:22.11.0-alpine
9
10
COPY --from=build /app/dist ./dist
11
COPY --from=build /app/node_modules ./node_modules
0 commit comments