We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373b650 commit 05a0617Copy full SHA for 05a0617
Makefile
@@ -5,9 +5,9 @@ start:
5
nuget:
6
nuget pack -NoDefaultExcludes -OutputDirectory nupkg
7
publish:
8
- dotnet publish -c Release
+ dotnet publish --os linux --arch x64 -c Release --self-contained
9
publish-to-hub:
10
- dotnet publish -c Release -p:ContainerRegistry=docker.io -p:ContainerImageName=iammukeshm/dotnet-webapi
+ dotnet publish --os linux --arch x64 -c Release -p:ContainerRegistry=docker.io -p:ContainerImageName=iammukeshm/dotnet-webapi --self-contained
11
tp: # terraform plan
12
cd terraform/environments/staging && terraform plan
13
ta: # terraform apply
0 commit comments