typescript server api

This commit is contained in:
2023-11-10 23:29:17 +01:00
parent 8a34b043e0
commit 5289b85802
6 changed files with 1049 additions and 53 deletions

View File

@@ -4,4 +4,4 @@ COPY package*.json ./
RUN npm ci
COPY . .
RUN npm run build
CMD ["node", "server"]
CMD ["npm", "run", "server"]