Skip to content

Instantly share code, notes, and snippets.

@adnan-kamili
Last active April 5, 2019 11:29
Show Gist options
  • Save adnan-kamili/fd1d45f52978af5d5f58ecbb9db8f381 to your computer and use it in GitHub Desktop.
Save adnan-kamili/fd1d45f52978af5d5f58ecbb9db8f381 to your computer and use it in GitHub Desktop.
asp.net-core-gitlab-heroku
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2
WORKDIR /app
COPY bin/Release/PublishOutput/ ./
CMD export ASPNETCORE_URLS=http://*:$PORT && dotnet MyAwesomeApp.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment