Skip to content

Commit

Permalink
chore(docker): update CMD instruction in IPQuality Dockerfile for imp…
Browse files Browse the repository at this point in the history
…roved syntax

Signed-off-by: donniean <donniean1@gmail.com>
  • Loading branch information
donniean committed Feb 20, 2025
1 parent 4d8c82a commit 26e0b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/IPQuality/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM alpine:latest

RUN apk update && apk add bash curl

CMD bash <(curl -Ls IP.Check.Place)
CMD ["bash", "-c", "curl -Ls IP.Check.Place"]

0 comments on commit 26e0b1b

Please # to comment.