From a73b7788c4b031afd9298ea92c83d3a7164c5593 Mon Sep 17 00:00:00 2001 From: henrikstranneheim Date: Mon, 4 Nov 2024 09:53:01 +0100 Subject: [PATCH] feat(gunivorn): Import gunicorn config --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b5260faf6..77d8acca1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ENV TRAILBLAZER_SERVICE_ACCOUNT_AUTH_FILE="auth_file" WORKDIR /home/src/app -COPY pyproject.toml poetry.lock ./ +COPY pyproject.toml poetry.lock gunicorn.conf.py ./ RUN pip install --no-cache-dir poetry \ && poetry config virtualenvs.create false \