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