Created
January 21, 2019 11:49
-
-
Save daniframos/71e25d47e44e0b423ac4cb1c2249389f to your computer and use it in GitHub Desktop.
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 registry.redhat.io/dotnet/dotnet-21-runtime-rhel7 | |
ADD bin/Release/netcoreapp2.1/rhel.7-x64/publish/ . | |
CMD ["dotnet", "mvc_runtime_example.dll"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment