Skip to content

Commit 93556d9

Browse files
committed
Fix script permissions
1 parent 6369daa commit 93556d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ RUN mkdir -p /config \
4242
COPY init.sh /
4343
COPY --chown=steam:steam healthcheck.sh run.sh /home/steam/
4444

45+
RUN chmod +x /init.sh /home/steam/healthcheck.sh /home/steam/run.sh
46+
4547
HEALTHCHECK --timeout=30s --start-period=300s CMD bash /home/steam/healthcheck.sh
4648

4749
WORKDIR /config

healthcheck.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)