Updated readme, legal & ci/cd
Some checks failed
Build / Build & Push Dockerfile (push) Failing after 7s
Some checks failed
Build / Build & Push Dockerfile (push) Failing after 7s
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user