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... #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