Skip to content

Commit

Permalink
Not a tty
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jun 25, 2024
1 parent 55f0f8e commit 9f23ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/generate-all-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ cd "$(dirname "${BASH_SOURCE[0]}")/.." # cd to repo root dir

IMAGE_NAME=$(./dev/build-docker-environment.sh)

docker run -it -v $(pwd):/src $IMAGE_NAME
docker run -v $(pwd):/src $IMAGE_NAME

0 comments on commit 9f23ec2

Please sign in to comment.