diff --git a/Dockerfile b/Dockerfile index dcbb0ae..1704518 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/reposito echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \ apk --update add privoxy@edge tor@testing runit@testing -COPY runit /runit +COPY service /etc/service/ -CMD ["runsvdir", "/runit"] +CMD ["runsvdir", "/etc/service"] diff --git a/runit/privoxy/config b/service/privoxy/config similarity index 100% rename from runit/privoxy/config rename to service/privoxy/config diff --git a/runit/privoxy/run b/service/privoxy/run similarity index 100% rename from runit/privoxy/run rename to service/privoxy/run diff --git a/runit/tor/run b/service/tor/run similarity index 100% rename from runit/tor/run rename to service/tor/run