fixes bug in Dockerfile

This commit is contained in:
Zachary Boyd 2018-05-09 22:01:13 -07:00
parent 62495b1e86
commit b14e8fa079

View file

@ -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