diff options
author | 2018-09-18 00:30:16 +0200 | |
---|---|---|
committer | 2018-09-18 00:30:16 +0200 | |
commit | da6e2ff2d2d8532df82f6b7d17d2f6c26ed25bf2 (patch) | |
tree | 9f56d08b99a68865d29c1ec90d06d2bb8e0121fa | |
parent | Make docker less insecure. (diff) |
Use symlink to `alpine-3.7` Dockerfile.
l---------[-rw-r--r--] | Dockerfile | 12 |
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 |