fix context in compose
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: ..
|
||||
context: .
|
||||
dockerfile: docker/Dockerfile
|
||||
container_name: intellisight-api
|
||||
expose:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
|
||||
db:
|
||||
build:
|
||||
context: .
|
||||
context: ./docker
|
||||
dockerfile: Dockerfile.db
|
||||
container_name: intellisight-db
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user