Skip to content

Instantly share code, notes, and snippets.

@fabriciosanchez
Created May 19, 2018 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabriciosanchez/18e4d74d92aff6a40222d5b83fd8e305 to your computer and use it in GitHub Desktop.
Save fabriciosanchez/18e4d74d92aff6a40222d5b83fd8e305 to your computer and use it in GitHub Desktop.
FROM microsoft/aspnetcore:latest
WORKDIR /app
COPY ./publish .
ENTRYPOINT ["dotnet", "DockerDemoApp.dll"]
EXPOSE 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment