Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Mar 24, 2024
1 parent 7ca879f commit 1bb8082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ COPY start.sh /usr/local/bin/start.sh
COPY sshd_config /etc/ssh/sshd_config

USER jenkins
WORKDIR /tmp
ENTRYPOINT ["tini", "--", "start.sh"]
HEALTHCHECK CMD nc -z localhost 2222 || exit 1

0 comments on commit 1bb8082

Please sign in to comment.