Updated readme, legal & ci/cd
Some checks failed
Build / Build & Push Dockerfile (push) Failing after 7s

This commit is contained in:
2023-12-14 19:06:07 -05:00
parent b4ce437ac0
commit f4111cc264
5 changed files with 121 additions and 12 deletions

View File

@ -18,3 +18,5 @@ RUN python3 manage.py migrate --no-input
RUN python3 manage.py collectstatic --no-input
EXPOSE 8000
ENTRYPOINT python3
CMD ["manage.py", "runserver", "0.0.0.0:8000"]