mirror of
https://github.com/fphammerle/docker-tor-proxy.git
synced 2025-10-27 02:43:35 +01:00
split COPY --chown in COPY & RUN chmod to increase backward compatibility
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ RUN adduser -S onion
|
||||
RUN mkdir -m u=rwx,g=,o= /onion-service && chown onion /onion-service
|
||||
VOLUME /onion-service
|
||||
|
||||
COPY --chown=onion:nobody torrc.template /
|
||||
COPY torrc.template /
|
||||
RUN chmod a+r /torrc.template
|
||||
|
||||
ENV VERSION 3
|
||||
ENV VIRTUAL_PORT 80
|
||||
|
||||
Reference in New Issue
Block a user