fix: dockerfile not having ts

This commit is contained in:
2022-10-01 22:16:01 +02:00
parent e92311f57e
commit 6d7667869f

View File

@@ -6,6 +6,8 @@ WORKDIR /server
RUN npm i
RUN npm i -g typescript
EXPOSE 7272
CMD tsc --watch;node dist/index.js