From 8b1db2b002deab3c2f8b89a871893f3fd4f2c324 Mon Sep 17 00:00:00 2001 From: portdirect Date: Thu, 16 Nov 2017 02:42:32 -0500 Subject: [PATCH] fix(Dockerfile): Place config files in expected location This PS moves the config files to the expected locations. Change-Id: Ib2fb75a118a662c606f5ec96b07850dd9fb5904d --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a037824a..de805667 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \