Skip to content
Snippets Groups Projects
Commit f5084d96 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Barbican install from source incorrectly places config"

parents 171c6f97 24d7c2be
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ RUN cd /barbican \ ...@@ -10,7 +10,7 @@ RUN cd /barbican \
&& pip install -r requirements.txt \ && pip install -r requirements.txt \
&& pip install /barbican \ && pip install /barbican \
&& mkdir /etc/barbican /var/log/barbican \ && mkdir /etc/barbican /var/log/barbican \
&& cp -r /barbican/etc/* /etc/barbican \ && cp -r /barbican/etc/* /etc/ \
&& rm -rf /root/.cache && rm -rf /root/.cache
COPY ./start.sh /start.sh COPY ./start.sh /start.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment