Update Dockerfile

This commit is contained in:
Alexandre
2022-07-18 09:59:21 +02:00
committed by GitHub
parent c6058a31d7
commit 1cf65ad5a0

View File

@@ -24,8 +24,8 @@ FROM ${BUILD_FROM}
# Set S6 wait time
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=600000 \
S6_SERVICES_GRACETIME=600000
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=300000 \
S6_SERVICES_GRACETIME=300000
# Allow UID and GID setting
RUN \