diff --git a/Dockerfile b/Dockerfile index 738a34a..f87c212 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,5 @@ RUN curl -sSL https://raw.githubusercontent.com/tremc/tremc/master/tremc -o /usr COPY ./commands/* /usr/local/bin/ RUN chmod +x /usr/local/bin/* -ENTRYPOINT [] +ENTRYPOINT ["/init"] CMD ["tail", "-F", "/dev/null"]