From c888e908542955992b7884151725d9d4f1c27079 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Sun, 29 Aug 2021 09:40:25 +0300 Subject: [PATCH] debug docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04f1997..446ca69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ COPY micrach ./ RUN chmod +x /app/micrach RUN pwd RUN ls -ENTRYPOINT ["/app/micrach"] \ No newline at end of file +CMD ["/app/micrach"] \ No newline at end of file