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