let's test this sucker
This commit is contained in:
@@ -2,6 +2,9 @@ FROM python:3.8.2
|
||||
|
||||
RUN pip install django
|
||||
WORKDIR /app
|
||||
RUN django-admin startproject config .
|
||||
COPY config config
|
||||
COPY manage.py manage.py
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD ["python","manage.py","runserver","8080"]
|
||||
CMD ["python","manage.py","runserver","8000"]
|
||||
Reference in New Issue
Block a user