define entrypoint

This commit is contained in:
Tomás Ralph 2023-04-08 16:59:31 -03:00
parent 6cdebed0e5
commit df3481a1ba

View File

@ -30,4 +30,4 @@ RUN poetry config virtualenvs.create false
RUN poetry install
CMD poetry run python manage.py --host 0.0.0.0
ENTRYPOINT ["poetry", "run", "python", "manage.py", "--host", "0.0.0.0"]