Generate the compiled package for linux.
dotnet publish -r linux-x64 --output ./publishYou can quickly run a container with:
docker build -t webapi .
docker run -p 80:80 webapi- Gabriel Alexander Barrientos - galexbh
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Generate the compiled package for linux.
dotnet publish -r linux-x64 --output ./publishYou can quickly run a container with:
docker build -t webapi .
docker run -p 80:80 webapi