aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
l---------[-rw-r--r--]Dockerfile12
1 files changed, 1 insertions, 11 deletions
diff --git a/Dockerfile b/Dockerfile
index 7c9ae30b..9b50dcb7 100644..120000
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1 @@
-FROM python:3.7-alpine
-
-RUN apk add git libpq postgresql-dev gcc cmake autoconf automake musl-dev
-
-COPY . /app
-WORKDIR /app
-
-RUN python3 -m pip install .[deploy]
-RUN apk del git gcc cmake autoconf automake
-
-CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite.wsgi:application"]
+docker/app/alpine/3.7/Dockerfile \ No newline at end of file