From 3c70bf28bbf88f1845911f1f6c60cec1fd838712 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sun, 27 Mar 2022 22:27:00 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Adjusting=20the=20Dockerfile=20p?= =?UTF-8?q?ath=20and=20context?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 022a8cf..de56778 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,9 @@ x-comics-volume: target: /comics services: threetwo: - build: https://github.com/rishighan/threetwo-docker-compose.git + build: + context: https://github.com/rishighan/threetwo-docker-compose.git + dockerfile: Dockerfile image: frishi/threetwo container_name: threetwo-ui restart: unless-stopped