From 0636ebc02c3fab7e476e471a9d472020fcd4f7c7 Mon Sep 17 00:00:00 2001 From: Ivan Gagarinov Date: Fri, 24 May 2024 17:35:33 +0500 Subject: [PATCH] fix --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8275ee7..09618f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,10 +11,6 @@ RUN apt-get update && apt-get install -y jq nodejs COPY . . -RUN chmod +x ./start.sh - RUN npm ci -# RUN ./start.sh - CMD [ "node ./bin/check.js" ]