Added entrypoint
This commit is contained in:
parent
55ea218a5f
commit
b8b7261010
|
|
@ -17,4 +17,5 @@ RUN chsh -s /bin/bash backup
|
||||||
#Start...
|
#Start...
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
RUN chmod a+x /entrypoint.sh
|
RUN chmod a+x /entrypoint.sh
|
||||||
|
ENTRYPOINT /entrypoint.sh
|
||||||
STOPSIGNAL SIGINT
|
STOPSIGNAL SIGINT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue