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:
parent
252a5ad9ff
commit
8b1db2b002
@ -22,6 +22,7 @@ RUN apt-get update && \
|
|||||||
python3-dev && \
|
python3-dev && \
|
||||||
useradd -u 1000 -g users -d /armada armada && \
|
useradd -u 1000 -g users -d /armada armada && \
|
||||||
chown -R armada:users /armada && \
|
chown -R armada:users /armada && \
|
||||||
|
mv /armada/etc/armada /etc/ && \
|
||||||
\
|
\
|
||||||
cd /armada && \
|
cd /armada && \
|
||||||
pip3 install --upgrade pip && \
|
pip3 install --upgrade pip && \
|
||||||
|
Loading…
Reference in New Issue
Block a user