Example compose.yaml:
services:
web:
image: ha1fdan/dotnet:8.0
restart: always
environment:
- DLL_FILE=testApp.dll
volumes:
- ./app:/app
ports:
- 80:8080
Folder structure:
.
├── app
│ ├── appsettings.Development.json
│ ├── appsettings.json
│ ├── testApp.deps.json
│ ├── testApp.dll
│ ├── testApp
│ ├── testApp.pdb
│ ├── testApp.runtimeconfig.json
│ └── web.config
└── compose.yaml
Content type
Image
Digest
sha256:07a3b3810…
Size
42.6 MB
Last updated
about 2 years ago
docker pull ha1fdan/dotnet:6.0-arm64v8