main
ifiguero 2023-12-19 10:25:26 -03:00
parent fa6f2528f3
commit 04373454d7
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ RUN pip install -r requirements.txt
ENTRYPOINT ["python3"]
CMD ["project/manage.py", "runserver", "0.0.0.0:4000"]
CMD ["manage.py", "runserver", "0.0.0.0:4000"]