fix path in docker compose
This commit is contained in:
parent
4b9591c816
commit
0097da0d1a
@ -14,7 +14,7 @@ services:
|
||||
|
||||
calccore:
|
||||
container_name: calccore
|
||||
build: ./../EvoCalculator.Core
|
||||
build: ./EvoCalculator.Core
|
||||
ports:
|
||||
- '5000:5000'
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user