From 6c78b0471f2a029263d698a0d965cc02c166e23b Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:35:30 +0000 Subject: [PATCH] fix: i forgor typescript again --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5fe448a..6d91af2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN npm install COPY . . +RUN npm i -g typescript RUN tsc --build CMD node dist/index.js \ No newline at end of file