fix: exec rights

This commit is contained in:
Yanislav Igonin 2021-08-29 10:12:16 +03:00
parent adf03d80ce
commit fe285010d2

View File

@ -2,4 +2,5 @@ FROM busybox
WORKDIR /app
COPY templates/ templates/
COPY micrach ./
RUN chmod +x /app/micrach
ENTRYPOINT ["/app/micrach"]