forked from DevOps/deploy.stack
fix(honcho): correct build context path
This commit is contained in:
+2
-2
@@ -21,7 +21,7 @@
|
||||
services:
|
||||
api:
|
||||
build:
|
||||
context: ${Volumes_Path}/honcho/source
|
||||
context: ${Volumes_Path}/source
|
||||
dockerfile: Dockerfile
|
||||
container_name: honcho-api
|
||||
restart: unless-stopped
|
||||
@@ -72,7 +72,7 @@ services:
|
||||
|
||||
deriver:
|
||||
build:
|
||||
context: ${Volumes_Path}/honcho/source
|
||||
context: ${Volumes_Path}/source
|
||||
dockerfile: Dockerfile
|
||||
container_name: honcho-deriver
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user