test full deploy

This commit is contained in:
ducoterra
2020-04-22 13:27:40 -04:00
parent 070c9cd477
commit d0b44de0f8
5 changed files with 75 additions and 28 deletions

View File

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