diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 7c01953b..00000000 --- a/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM python:3.6 - -WORKDIR /app - -ADD . /app - -RUN pip install -r requirements.txt && \ - python manage.py collectstatic --noinput - -EXPOSE 8000 - -CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"] \ No newline at end of file