fix tsconfig.json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM node:16-slim
|
||||
FROM node:18-slim
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
CMD ["node", "server"]
|
||||
CMD ["node", "server"]
|
||||
|
||||
Reference in New Issue
Block a user