diff --git a/Dockerfile b/Dockerfile index 43b7ace..5d532fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,4 @@ FROM busybox WORKDIR /app COPY templates/ templates/ COPY micrach ./ -RUN chmod +x /app/micrach -CMD ["/app/micrach"] \ No newline at end of file +ENTRYPOINT ["/app/micrach"] \ No newline at end of file