瀏覽代碼

fix(Docker) #6211: Bug where SWAGGER_JSON is used without mount (#6212)

bubble
Wesley Schwengle 4 年之前
committed by GitHub
父節點
當前提交
e85b6f2837
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      docker/run.sh

+ 1
- 0
docker/run.sh 查看文件

@@ -36,6 +36,7 @@ if [ "$SWAGGER_JSON_URL" ]; then
fi

if [[ -f "$SWAGGER_JSON" ]]; then
cp -s "$SWAGGER_JSON" "$NGINX_ROOT"
REL_PATH="./$(basename $SWAGGER_JSON)"

if [[ -z "$SWAGGER_ROOT" ]]; then


Loading…
取消
儲存