diff --git a/Dockerfile b/Dockerfile index bcd124e..5f6ade1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,5 +17,5 @@ RUN chsh -s /bin/bash backup #Start... COPY entrypoint.sh / RUN chmod a+x /entrypoint.sh -ENTRYPOINT /entrypoint.sh +CMD /entrypoint.sh STOPSIGNAL SIGINT