From bcdd760271ed4bf263143918d36b41ec8c9b9083 Mon Sep 17 00:00:00 2001 From: henrikstranneheim Date: Mon, 2 Sep 2024 11:06:41 +0200 Subject: [PATCH] feat(rm) Deprecated dir --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d31725b1ff..8975a393e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,6 @@ RUN pip install --no-cache-dir poetry \ && poetry install --no-interaction --no-ansi COPY cg ./cg -COPY templates ./templates CMD gunicorn \ --workers=$GUNICORN_WORKERS \