Skip to content

Instantly share code, notes, and snippets.

@GeradeDev
Created June 21, 2020 23:08
Show Gist options
  • Save GeradeDev/f1ee95b0fcabf2d4c50b3031b46cea6f to your computer and use it in GitHub Desktop.
Save GeradeDev/f1ee95b0fcabf2d4c50b3031b46cea6f to your computer and use it in GitHub Desktop.
COPY *.csproj .
RUN dotnet restore
# Copy everything else and build
COPY . .
RUN dotnet publish -c Release -o out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment