Merge "Barbican install from source incorrectly places config"

This commit is contained in:
Jenkins 2015-08-14 09:00:51 +00:00 committed by Gerrit Code Review
commit f5084d9668

View File

@ -10,7 +10,7 @@ RUN cd /barbican \
&& pip install -r requirements.txt \
&& pip install /barbican \
&& mkdir /etc/barbican /var/log/barbican \
&& cp -r /barbican/etc/* /etc/barbican \
&& cp -r /barbican/etc/* /etc/ \
&& rm -rf /root/.cache
COPY ./start.sh /start.sh