Skip to content

Instantly share code, notes, and snippets.

@mu88
Last active December 7, 2019 11:28
Show Gist options
  • Save mu88/d2c0a83247d6d303ac6b036ff387f3b0 to your computer and use it in GitHub Desktop.
Save mu88/d2c0a83247d6d303ac6b036ff387f3b0 to your computer and use it in GitHub Desktop.
Docker and dotTrace - Dockerfile
FROM mcr.microsoft.com/windows/servercore:1903
COPY bin/Release/netcoreapp3.0/win-x64/* ./
ENTRYPOINT ["TestWithDocker.exe"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment