spboyer / dotnetapp-testandbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnetapp-testandbuild Sample

Uses the dotnet/dotnet-docker-samples repo code example with the dotnet-bot console application. Restructured for testing. Based on Building optimized Docker images with ASP.NET Core.

OSX / Linux

  • Run sh buildandpublish.sh
    • runs docker-compose up to build and test the console application within the container.
    • runs docker build -t spboyer/dotnetbot:production . to create the final production image
  • Run application docker run spboyer/dotnetbot:production

Windows (TODO)

  • Notes

About


Languages

Language:C# 92.0%Language:Shell 8.0%