diff --git a/Dockerfile b/Dockerfile index d390f60..84ea609 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN npm install ADD . /app -RUN useradd -ms /bin/bash tor +RUN useradd -ms /bin/bash tor_router USER tor_router