From 8f48cf379d0e79d8405b3d120bd9ba2559dfffa3 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Thu, 21 Mar 2024 14:56:08 -0700 Subject: [PATCH] remove project from build command --- easy-installer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/easy-installer.py b/easy-installer.py index 0af48670..25527de3 100644 --- a/easy-installer.py +++ b/easy-installer.py @@ -198,8 +198,6 @@ def setup_prod( which("docker"), "compose", "build", - "-p", - project, "-f", compose_file_name, "--ssh",