Skip to content

Commit

Permalink
change entrypoint to os signal
Browse files Browse the repository at this point in the history
  • Loading branch information
caliskanugur committed Sep 4, 2024
1 parent cc9c9a0 commit 975b3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dind-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN pip3 install --no-cache --upgrade pip setuptools "jenkins-job-builder==5.1.0
RUN export PATH="/home/jenkins/.local/bin:$PATH"

USER jenkins
ENTRYPOINT "/entrypoint.sh"
ENTRYPOINT ["./entrypoint.sh"]

0 comments on commit 975b3bc

Please sign in to comment.