fix dockerfile
This commit is contained in:
@@ -7,4 +7,4 @@ COPY manage.py manage.py
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD ["python","manage.py","runserver","8000"]
|
||||
CMD ["python","manage.py","runserver"]
|
||||
Reference in New Issue
Block a user