From c0c75adf1279a917cd14686076ddfdd44daf1cea Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Sun, 29 Aug 2021 09:37:55 +0300 Subject: [PATCH] debug docker build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 222f63d..04f1997 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,6 @@ WORKDIR /app COPY templates/ templates/ COPY micrach ./ RUN chmod +x /app/micrach +RUN pwd RUN ls ENTRYPOINT ["/app/micrach"] \ No newline at end of file