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