Skip to content

Commit 6369daa

Browse files
committed
Change ownership of healthcheck.sh to steam (Fix #406)
1 parent 5216a50 commit 6369daa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ RUN set -x \
3939
RUN mkdir -p /config \
4040
&& chown steam:steam /config
4141

42-
COPY init.sh healthcheck.sh /
43-
COPY --chown=steam:steam run.sh /home/steam/
42+
COPY init.sh /
43+
COPY --chown=steam:steam healthcheck.sh run.sh /home/steam/
4444

45-
HEALTHCHECK --timeout=30s --start-period=300s CMD bash /healthcheck.sh
45+
HEALTHCHECK --timeout=30s --start-period=300s CMD bash /home/steam/healthcheck.sh
4646

4747
WORKDIR /config
4848
ARG VERSION="DEV"

0 commit comments

Comments
 (0)