initial
This commit is contained in:
commit
646805c693
7 changed files with 48 additions and 0 deletions
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
dotnet:
|
||||
build: ./dotnet
|
||||
environment:
|
||||
- PORT=5000
|
||||
ports:
|
||||
- "5000:5000"
|
||||
Loading…
Add table
Add a link
Reference in a new issue