Added entrypoint

This commit is contained in:
Johannes 2020-11-13 22:11:04 +01:00 committed by GitHub
parent 55ea218a5f
commit b8b7261010
1 changed files with 1 additions and 0 deletions

View File

@ -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