3.1.419-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-06-06 10:47:25 +00:00
committed by Bitnami Containers
parent d9e482c9ef
commit cb8d0f0550
10 changed files with 264 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
version: '2'
services:
dotnet-sdk:
image: docker.io/bitnami/dotnet-sdk:3.1
command: ["tail", "-f", "/dev/null"] # To keep the container running
volumes:
- dotnet_data:/app
volumes:
dotnet_data:
driver: local