From 42037cc4e2e6cd6742721d843b1a07fe6f8362df Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 4 Sep 2018 23:02:16 +0200 Subject: Use proper WSGI callable. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 8c88acc1..fa44b05a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ WORKDIR /app RUN pipenv install --deploy --system RUN apk del python3-dev git libpq postgresql-dev gcc cmake autoconf automake musl-dev -CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite:wsgi"] +CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite.wsgi:application"] -- cgit v1.2.3