Skip to content

Commit

Permalink
Do not use interactive mode from dockerbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster authored Mar 12, 2018
1 parent 35dc800 commit 2f13959
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2f13959

Please sign in to comment.