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