fixing createsuperuser + readme

This commit is contained in:
Adam Glenn 2018-01-02 06:48:44 -08:00
parent 7c8acd05ec
commit 3260e7734f

View file

@ -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