fix tsconfig.json

This commit is contained in:
2023-06-29 18:33:00 +02:00
parent 410021ee66
commit 19352ad3dd
2 changed files with 3 additions and 3 deletions

View File

@@ -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"]