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