From 4035fc66cb1d4825801deb0df4c5906071025f6a Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 29 Jul 2022 14:35:53 +0200 Subject: [PATCH] fixed the dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c56532..d81fe43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,4 @@ RUN npm install -g ts-node typescript COPY . . -RUN tsc --build - -CMD node dist/index.js \ No newline at end of file +CMD ts-node index.ts \ No newline at end of file