Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created March 16, 2022 12:05
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 Hkazanci93/0830ab8292fc53685c6704d407cc0925 to your computer and use it in GitHub Desktop.
Save Hkazanci93/0830ab8292fc53685c6704d407cc0925 to your computer and use it in GitHub Desktop.
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS buildWORKDIR /DockerSource
COPY Recommendations/bin/Release/net5.0/. .
# For local uncomment this and comment line 8# ENTRYPOINT ["dotnet", "Recommendations.dll"]CMD ASPNETCORE_URLS=http://*:$PORT dotnet Recommendations.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment