From fe285010d2a97c167d22408bf6c4d8eeab906948 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Sun, 29 Aug 2021 10:12:16 +0300 Subject: [PATCH] fix: exec rights --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5d532fb..b9bb02c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,5 @@ FROM busybox WORKDIR /app COPY templates/ templates/ COPY micrach ./ +RUN chmod +x /app/micrach ENTRYPOINT ["/app/micrach"] \ No newline at end of file