Refactored docker-compose.yml to expose ports and specify environment
This commit is contained in:
@@ -5,4 +5,6 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8080:8081"
|
||||
- "8081:8081"
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Development
|
||||
Reference in New Issue
Block a user