From 29a9b52b0e3af73b4b7c520d161a143fb06cb04d Mon Sep 17 00:00:00 2001 From: antoine lebaud Date: Tue, 2 Jul 2024 16:26:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A(CI)=20fix=20build-and-push-backend?= =?UTF-8?q?=20steps=20in=20Docker=20Hub=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renamed docker/files/usr/local/etc/gunicorn/impress.py to .../meet.py to match the updated backend source filenames. This resolves the issue where the Dockerfile was attempting to copy a non-existent file, causing the build to fail. --- docker/files/usr/local/etc/gunicorn/{impress.py => meet.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docker/files/usr/local/etc/gunicorn/{impress.py => meet.py} (95%) diff --git a/docker/files/usr/local/etc/gunicorn/impress.py b/docker/files/usr/local/etc/gunicorn/meet.py similarity index 95% rename from docker/files/usr/local/etc/gunicorn/impress.py rename to docker/files/usr/local/etc/gunicorn/meet.py index b822b768..6de40804 100644 --- a/docker/files/usr/local/etc/gunicorn/impress.py +++ b/docker/files/usr/local/etc/gunicorn/meet.py @@ -1,6 +1,6 @@ # Gunicorn-django settings bind = ["0.0.0.0:8000"] -name = "impress" +name = "meet" python_path = "/app" # Run