Remove config path from CMD in Dockerfile for Privoxy
All checks were successful
Weekly Docker Build / build (arm64) (push) Successful in 8s
Weekly Docker Build / build (amd64) (push) Successful in 14s
Weekly Docker Build / amend-manifest (push) Successful in 6s

This commit is contained in:
thuanle
2025-07-11 12:30:19 +07:00
parent 9469bedd1e
commit a0fbd5000e

View File

@@ -2,4 +2,4 @@ FROM alpine:latest
RUN apk add --no-cache privoxy RUN apk add --no-cache privoxy
CMD ["privoxy", "--no-daemon", "/etc/privoxy/config"] CMD ["privoxy", "--no-daemon"]