From f6abe6f999a58feecdb99cdc4c03363c7c71e9f2 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Tue, 8 Oct 2019 00:04:59 +0300 Subject: [PATCH] Fix Prod container settings path --- Dockerfile.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.prod b/Dockerfile.prod index 5d7f513..5b4f511 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -5,7 +5,7 @@ WORKDIR /app COPY requirements.txt ./ COPY requirements.production.txt ./ COPY . ./ -COPY sikweb/settings-sample-prod.py settings.py +COPY sikweb/settings-sample-prod.py sikweb/settings.py # uWSGI, gunicorn etc. RUN apk add --no-cache --virtual .build-deps python3-dev build-base linux-headers pcre-dev openssl \