From 1023eda894103622356eabfc675f8bd72f9cfa01 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Mon, 1 May 2023 13:24:24 +0200 Subject: [PATCH] fix: oh common --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7153498..e25fe15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN npm install -g typescript RUN tsc --build -RUN node dist/index.js \ No newline at end of file +CMD node dist/index.js \ No newline at end of file