1
0
mirror of https://github.com/joBr99/proxmoxbackupserver synced 2026-08-06 00:12:37 +02:00

Changed entrypoint to cmd

This commit is contained in:
Johannes
2020-11-13 22:12:34 +01:00
committed by GitHub
parent b8b7261010
commit a7d9b6057e
+1 -1
View File
@@ -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