Update Dockerfile

This commit is contained in:
Alexandre
2023-09-03 20:40:10 +02:00
committed by GitHub
parent 7afa1416a4
commit 47265a3e24

View File

@@ -25,7 +25,8 @@ FROM ${BUILD_FROM}
# Set S6 wait time
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
S6_SERVICES_GRACETIME=0 \
S6_STAGE2_HOOK=/docker-mods
# load volume
VOLUME [ "/sys/fs/cgroup" ]