fix(Dockerfile): Place config files in expected location

This PS moves the config files to the expected locations.

Change-Id: Ib2fb75a118a662c606f5ec96b07850dd9fb5904d
This commit is contained in:
portdirect 2017-11-16 02:42:32 -05:00 committed by Pete Birley
parent 252a5ad9ff
commit 8b1db2b002
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN apt-get update && \
python3-dev && \
useradd -u 1000 -g users -d /armada armada && \
chown -R armada:users /armada && \
mv /armada/etc/armada /etc/ && \
\
cd /armada && \
pip3 install --upgrade pip && \