Skip to content

Commit 66a3759

Browse files
committed
Use Docker Compose Build Context
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent d1613eb commit 66a3759

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ services:
102102
healthycode:
103103
profiles:
104104
- healthycode
105-
image: healthycode:latest
105+
build:
106+
context: ../healthycode
107+
dockerfile: Dockerfile
106108
volumes:
107109
- healthycode_venv:/opt/healthycode
108110
restart: "no"

0 commit comments

Comments
 (0)