include config flag

This commit is contained in:
Tomás Ralph 2023-04-08 23:36:16 -03:00
parent 1b73fd8153
commit 55a41f4f19

View File

@ -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"]