Skip to content

Instantly share code, notes, and snippets.

@sskset
Created February 14, 2019 09:49
Show Gist options
  • Save sskset/58353643ee888b4bf46eda03cabd5714 to your computer and use it in GitHub Desktop.
Save sskset/58353643ee888b4bf46eda03cabd5714 to your computer and use it in GitHub Desktop.
FROM microsoft/dotnet:2.2-aspnetcore-runtime AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443
COPY ./publish .
ENTRYPOINT ["dotnet", "dockerize-dotnet-core.dll"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment