Hook entrypoint

This commit is contained in:
Alexandre
2023-09-05 21:05:41 +02:00
parent f37ec91b09
commit 438f75a658
81 changed files with 167 additions and 81 deletions

View File

@@ -22,6 +22,12 @@ VOLUME [ "/data" ]
# 2 Modify Image #
##################
# Set S6 wait time
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0 \
S6_STAGE2_HOOK=/ha_entrypoint.sh
##################
# 3 Install apps #
##################