diff --git a/Dockerfile b/Dockerfile index 4ee0a52..61381d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,10 @@ RUN npm install RUN npm install -g ts-node typescript +EXPOSE 7272 + COPY . . -CMD ts-node --transpile-only index.ts \ No newline at end of file +CMD ts-node --transpile-only index.ts + +CMD node webserver.js \ No newline at end of file