This commit is contained in:
@ -1,7 +1,7 @@
|
||||
FROM node:18-alpine
|
||||
FROM node:22-alpine
|
||||
WORKDIR /usr/src/app
|
||||
COPY package*..json ./
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
CMD ["node", ".dist/server/index.mjs"]
|
||||
CMD ["node", "dist/server/index.mjs"]
|
||||
|
Reference in New Issue
Block a user