Skip to content

Commit

Permalink
handling insecure connections
Browse files Browse the repository at this point in the history
  • Loading branch information
surya9839 committed Sep 4, 2024
1 parent 36caeb6 commit 960501f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM alpine:latest

RUN apk --update add jq curl
COPY entrypoint.sh .
COPY curl_command.sh
COPY curl_command.sh .

ENTRYPOINT ["/bin/sh", "entrypoint.sh"]

0 comments on commit 960501f

Please sign in to comment.