splitted entrypoint
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-11-09 18:05:53 +01:00
parent 5ae52fa449
commit 49d431dc58
3 changed files with 44 additions and 40 deletions

View File

@@ -22,6 +22,6 @@ ENV \
NEXTCLOUD_SILENT= \
NEXTCLOUD_SLEEP=30
COPY start.sh /start.sh
COPY entrypoint.sh start.sh /
ENTRYPOINT ["/bin/bash", "/start.sh"]
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]