From 3a841dea4a7a8b5b5d1ec6ff73350f7c95c56b76 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Sun, 29 Aug 2021 09:50:22 +0300 Subject: [PATCH] remove debug --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 43b7ace..5d532fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,4 @@ FROM busybox WORKDIR /app COPY templates/ templates/ COPY micrach ./ -RUN chmod +x /app/micrach -CMD ["/app/micrach"] \ No newline at end of file +ENTRYPOINT ["/app/micrach"] \ No newline at end of file