test full deploy
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
FROM python:3.8.2
|
||||
|
||||
RUN pip install django
|
||||
RUN pip install django
|
||||
WORKDIR /app
|
||||
RUN django-admin startproject config .
|
||||
|
||||
CMD ["python","manage.py","runserver","8080"]
|
||||
Reference in New Issue
Block a user