From ef157adaab553d2a590d382f395f79e918bae54c Mon Sep 17 00:00:00 2001 From: Subhas Dandapani Date: Sat, 3 Oct 2015 03:33:09 +0530 Subject: [PATCH] Minor refactoring --- Dockerfile | 4 ++-- {runit => service}/privoxy/config | 0 {runit => service}/privoxy/run | 0 {runit => service}/tor/run | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename {runit => service}/privoxy/config (100%) rename {runit => service}/privoxy/run (100%) rename {runit => service}/tor/run (100%) 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