A starter app written in C# -- built using Bazel
Check out solutions for possible Windows issues here:
https://github.com/scalio/bazel-dotnetcore-starter/wikibazel run //App:bin
bazel run //App:docker
bazel run --define push_tag=${IMAGE_TAG} --define push_repository=${REPOSITORY} //App:push_container
bazel build //AspNetCore:dll
bazel run //AspNetCore:docker
bazel run --define push_tag=${IMAGE_TAG} --define push_repository=${REPOSITORY} //AspNetCore:push_container