From 757c4518089a8f49426a84e8a518393370e4047b Mon Sep 17 00:00:00 2001 From: dustoair <107600816+dustoair@users.noreply.github.com> Date: Sun, 21 Aug 2022 12:18:58 +0800 Subject: [PATCH] privoxy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28978d8..c7a79e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,6 @@ RUN apk update && apk add tzdata && ln -sf /usr/share/zoneinfo/Asia/Shanghai /et WORKDIR /app COPY privoxy.bin /app/privoxy.bin -RUN chmod 755 /app/baidureport.bin +RUN chmod 755 /app/privoxy.bin #USER nonroot:nonroot ENTRYPOINT ["/app/privoxy.bin"] \ No newline at end of file