We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6369daa commit 93556d9Copy full SHA for 93556d9
Dockerfile
@@ -42,6 +42,8 @@ RUN mkdir -p /config \
42
COPY init.sh /
43
COPY --chown=steam:steam healthcheck.sh run.sh /home/steam/
44
45
+RUN chmod +x /init.sh /home/steam/healthcheck.sh /home/steam/run.sh
46
+
47
HEALTHCHECK --timeout=30s --start-period=300s CMD bash /home/steam/healthcheck.sh
48
49
WORKDIR /config
healthcheck.sh
100644
100755
0 commit comments