From 6a9cf80c6ffeef22ce6bc343877fa47935fc6674 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 4 Sep 2018 23:18:26 +0200 Subject: Only delete build-time dependencies. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index fa44b05a..6eb2f6d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,6 @@ COPY . /app WORKDIR /app RUN pipenv install --deploy --system -RUN apk del python3-dev git libpq postgresql-dev gcc cmake autoconf automake musl-dev +RUN apk del git gcc cmake autoconf automake CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite.wsgi:application"] -- cgit v1.2.3