Ver a proveniência

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

bubble
Wesley Schwengle há 4 anos
committed by GitHub
ascendente
cometimento
e85b6f2837
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      docker/run.sh

+ 1
- 0
docker/run.sh Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar