From aca3bae26f6980e933333348390ee1d6dc7b99da Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Sun, 29 Aug 2021 09:49:10 +0300 Subject: [PATCH] remove debug --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 446ca69..43b7ace 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,4 @@ WORKDIR /app COPY templates/ templates/ COPY micrach ./ RUN chmod +x /app/micrach -RUN pwd -RUN ls CMD ["/app/micrach"] \ No newline at end of file