fix(docker): armada own directory in container

- Ensure armada has ownership over its own home directory

Closes #141, #142

Change-Id: I93c88fd2df3ba6df2c6d1727c3a8b025ff6d8f2b
This commit is contained in:
Alan Meadows 2017-08-04 09:03:36 -07:00 committed by Alexis Rivera DeLa Torre
parent e9790db48d
commit 501702ae39
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 && \