From 384007a56111017f1672bae7b4c7c3258ed9112e Mon Sep 17 00:00:00 2001 From: Amadej Kastelic Date: Thu, 17 Oct 2024 19:22:11 +0200 Subject: [PATCH] Fix Dockerfile regression --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8901b03..9eda51d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,4 @@ COPY examples/settings_prod.py ./settings.py RUN poetry install --without dev && poetry run playwright install chromium && poetry run playwright install-deps -# Set this -ENTRYPOINT ["poetry", "run", "python"] -CMD ["manage.py"] +ENTRYPOINT ["poetry", "run", "python", "manage.py"]