Last active
December 7, 2019 11:28
-
-
Save mu88/d2c0a83247d6d303ac6b036ff387f3b0 to your computer and use it in GitHub Desktop.
Docker and dotTrace - Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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