Skip to content

Commit

Permalink
Improve Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
sskender committed Sep 28, 2024
1 parent f0665f8 commit dec27d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ RUN apk add --update-cache \
curl \
&& rm -rf /var/cache/apk/*

WORKDIR /app
COPY probe.sh /usr/local/bin/probe
RUN chmod u+x /usr/local/bin/probe

COPY probe.sh probe.sh
RUN chmod u+x probe.sh

ENTRYPOINT [ "./probe.sh" ]
ENTRYPOINT [ "probe" ]

0 comments on commit dec27d8

Please sign in to comment.