dockerfile entrypoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Djeeberjr 2022-02-15 11:32:53 +01:00
parent 98ff5dea8d
commit 8078dba5f3

View File

@ -13,4 +13,6 @@ WORKDIR /config
VOLUME /config
CMD ["/app/backup.sh"]
ENTRYPOINT [ "/app/setup.sh" ]
CMD [ "bash","/app/backup.sh" ]