deployment

This commit is contained in:
2021-12-20 15:41:25 +01:00
parent afd830c3bc
commit 474a9f10c4
2 changed files with 40 additions and 1 deletions

View File

@@ -10,4 +10,4 @@ RUN pnpm i --frozen-lockfile
COPY src tsconfig.json ./
RUN pnpm run build
CMD [ "node", "." ]
CMD [ "pnpm", "run", "start" ]