Do not use interactive mode from dockerbuild.sh
This commit is contained in:
parent
35dc800e02
commit
2f13959505
|
|
@ -100,7 +100,8 @@ cp "$DIR/global.json" "$(dirname "$dockerfile")"
|
|||
docker build "$(dirname "$dockerfile")" -f "$dockerfile" --tag $tagname
|
||||
|
||||
docker run \
|
||||
--rm -it \
|
||||
--rm \
|
||||
-t \
|
||||
-e CI \
|
||||
-e DOTNET_CLI_TELEMETRY_OPTOUT \
|
||||
-e Configuration \
|
||||
|
|
|
|||
Loading…
Reference in New Issue