From cfceb49ac9c853361731a9d2e5d0c3bcb8c14584 Mon Sep 17 00:00:00 2001 From: Lucas Dutra Ferreira do Nascimento Date: Thu, 8 Apr 2021 07:43:59 -0300 Subject: [PATCH] fix: Correct makefile network reference --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ded066..80e7fb9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL := /bin/bash # Use bash syntax CURRENT_DIR := $(shell pwd) -RUNNING_NETWORK := $(shell sudo docker network ls -f name=lendit | grep lendit ) +RUNNING_NETWORK := $(shell sudo docker network ls -f name=lendit_gateway | grep lendit_gateway ) build: