💚(CI) fix build-and-push-backend steps in Docker Hub workflow

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.
This commit is contained in:
antoine lebaud
2024-07-02 16:26:32 +02:00
parent f85a1efa29
commit 29a9b52b0e

View File

@@ -1,6 +1,6 @@
# Gunicorn-django settings
bind = ["0.0.0.0:8000"]
name = "impress"
name = "meet"
python_path = "/app"
# Run