From 55a41f4f198069a47e87a24a7417a1d81c9ea186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Ralph?= Date: Sat, 8 Apr 2023 23:36:16 -0300 Subject: [PATCH] include config flag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b94ff1..86abd56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ RUN poetry config virtualenvs.create false RUN poetry install -ENTRYPOINT ["poetry", "run", "python", "manage.py", "--host", "0.0.0.0"] +ENTRYPOINT ["poetry", "run", "python", "manage.py", "--host", "0.0.0.0", "--config", "/config"]