Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created March 13, 2019 11:34
Show Gist options
  • Save mhemrg/48b0da9705c47687b4ab9bb759de4254 to your computer and use it in GitHub Desktop.
Save mhemrg/48b0da9705c47687b4ab9bb759de4254 to your computer and use it in GitHub Desktop.
Liara - DotNetCore Runtime
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