This commit is contained in:
Mike 2019-06-25 14:22:08 -04:00
parent 9d9e00f1e1
commit c2ff9b6d9c

View file

@ -33,7 +33,7 @@ ENV API_BASIC_AUTH=false
#setup production web-ui branch
RUN mkdir /usr/local/source/ \
&& cd /usr/local/source/ \
&& echo 'test7' \
&& echo 'test8' \
&& git clone https://github.com/VizierDB/web-ui.git \
&& cd /usr/local/source/web-ui \
&& git checkout -b local_$UI_BRANCH origin/$UI_BRANCH \