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.
healthcheck.sh
steam
1 parent 5216a50 commit 6369daaCopy full SHA for 6369daa
Dockerfile
@@ -39,10 +39,10 @@ RUN set -x \
39
RUN mkdir -p /config \
40
&& chown steam:steam /config
41
42
-COPY init.sh healthcheck.sh /
43
-COPY --chown=steam:steam run.sh /home/steam/
+COPY init.sh /
+COPY --chown=steam:steam healthcheck.sh run.sh /home/steam/
44
45
-HEALTHCHECK --timeout=30s --start-period=300s CMD bash /healthcheck.sh
+HEALTHCHECK --timeout=30s --start-period=300s CMD bash /home/steam/healthcheck.sh
46
47
WORKDIR /config
48
ARG VERSION="DEV"
0 commit comments