diff --git a/Dockerfile b/Dockerfile index 2fa78dc..af357d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ WORKDIR /server RUN npm i +RUN npm i -g typescript + EXPOSE 7272 CMD tsc --watch;node dist/index.js \ No newline at end of file