forked from docker/proxmoxbackupserver
Changed entrypoint to cmd
This commit is contained in:
parent
b8b7261010
commit
a7d9b6057e
|
|
@ -17,5 +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
|
CMD /entrypoint.sh
|
||||||
STOPSIGNAL SIGINT
|
STOPSIGNAL SIGINT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue