Skip to content

Instantly share code, notes, and snippets.

@daniframos
Created January 21, 2019 11:49
Show Gist options
  • Save daniframos/71e25d47e44e0b423ac4cb1c2249389f to your computer and use it in GitHub Desktop.
Save daniframos/71e25d47e44e0b423ac4cb1c2249389f to your computer and use it in GitHub Desktop.
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