Commit e4a798b7 authored by 智勇's avatar 智勇

contract-op-ui

parent 11546c3a
......@@ -45,6 +45,8 @@ echo "创建日志目录:$logdir"
rm -rf "${nginxLogDir}"
ln -s "${logdir}" "${nginxLogDir}"
if [[ $SYSTEM_NAME == 'contract-op-ui' ]]; then
curl -sSL http://git.quantgroup.cn/QA/qg-dockerfiles/raw/master/tke/ui/conf/contract-op-ui.conf -o /usr/local/openresty/nginx/conf/conf.d/default.conf
fi
echo "/usr/bin/openresty -g 'daemon off;'"
/usr/bin/openresty -g 'daemon off;'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment