fixing createsuperuser + readme
This commit is contained in:
parent
7c8acd05ec
commit
3260e7734f
1 changed files with 0 additions and 1 deletions
|
@ -5,5 +5,4 @@ COPY . /home/python
|
|||
WORKDIR /home/python
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN python3 manage.py migrate
|
||||
RUN python3 manage.py createsuperuser
|
||||
ENTRYPOINT python3 manage.py runserver 0.0.0.0:8000
|
||||
|
|
Loading…
Reference in a new issue