Skip to content

Instantly share code, notes, and snippets.

@Andersoft
Created June 3, 2022 02:48
Show Gist options
  • Save Andersoft/b46af79bbd0009f4368f55ed18aec002 to your computer and use it in GitHub Desktop.
Save Andersoft/b46af79bbd0009f4368f55ed18aec002 to your computer and use it in GitHub Desktop.
FROM build as publish
RUN dotnet publish "./src/$project" -c Release --no-build -o /app/publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment