run a server

This commit is contained in:
Basyrov Rustam
2025-06-05 00:55:03 +03:00
parent fa508ac41f
commit 99cbb3de9a

View File

@@ -12,4 +12,4 @@ RUN ./manage.py makemigrations
EXPOSE 8000
ENTRYPOINT [ "./manage.py", "runserver" ]
CMD [ "python", "./manage.py", "runserver", "0.0.0.0:8000"]