Fix Docker build context and file paths for gtm-app
This commit is contained in:
@@ -88,8 +88,8 @@ services:
|
||||
|
||||
gtm-app:
|
||||
build:
|
||||
context: ./gtm-architect
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
dockerfile: gtm-architect/Dockerfile
|
||||
container_name: gtm-app
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user