From 9db21bceec48d40e47c7087d8a671b6bc50782a6 Mon Sep 17 00:00:00 2001 From: whitney Date: Sat, 11 Jan 2025 11:24:46 -0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d164c22..9fce9a4 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ DOCKER_NETWORK_CREATE = docker network create all: network $(MODULES) network: - $(DOCKER NETWORK CREATE) traefik + $(DOCKER_NETWORK_CREATE) traefik code-server: cd code-server && $(DOCKER_BUILD)