Update dockerfile
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
FROM node:18 as build
|
||||
FROM node:22 as build
|
||||
WORKDIR /app
|
||||
COPY package.json package.json
|
||||
COPY .yarnrc.yml .yarnrc.yml
|
||||
COPY yarn.lock yarn.lock
|
||||
COPY tsconfig.json tsconfig.json
|
||||
|
||||
RUN corepack enable
|
||||
RUN yarn install
|
||||
|
||||
COPY src ./src
|
||||
|
||||
Reference in New Issue
Block a user