Skip to content

Commit

Permalink
Merge pull request #162 from koriym/timeout
Browse files Browse the repository at this point in the history
Set COMPOSER_PROCESS_TIMEOUT 0
  • Loading branch information
koriym committed Jul 22, 2022
2 parents 001c8eb + 1fae341 commit 8847833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/asd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ profile=$(cd "$(dirname "$target")" || exit; pwd)/$(basename "$target") # path/t
dir=$(dirname "$profile") # path/to
basename=$(basename "$profile") # profile.xml

docker run -v "$dir:/work" -it --init --rm --name asd -p 3000:3000 ghcr.io/alps-asd/app-state-diagram composer global exec asd -- "$options" /work/"$basename"
docker run --env COMPOSER_PROCESS_TIMEOUT=0 -v "$dir:/work" -it --init --rm --name asd -p 3000:3000 ghcr.io/alps-asd/app-state-diagram composer global exec asd -- "$options" /work/"$basename"

0 comments on commit 8847833

Please sign in to comment.