Created
March 13, 2019 11:34
-
-
Save mhemrg/48b0da9705c47687b4ab9bb759de4254 to your computer and use it in GitHub Desktop.
Liara - DotNetCore Runtime
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 microsoft/dotnet:aspnetcore-runtime | |
WORKDIR /app | |
COPY . /app | |
ENTRYPOINT ["dotnet", "coretest1.dll"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment