Merge "fix(docker): armada own directory in container"

This commit is contained in:
Scott Hussey 2017-09-18 10:59:24 -04:00 committed by Gerrit Code Review
commit 98b658d35c
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ RUN apt-get update && \
git \
python-all-dev && \
useradd -u 1000 -g users -d /armada armada && \
chown -R armada:users /armada && \
\
cd /armada && \
pip install --upgrade pip && \