From 4e216891e6d111933b2f1bba56dbefc069a52c49 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Wed, 9 Oct 2019 23:51:36 +0300 Subject: [PATCH] Remove copy from Dockerfile.prod --- Dockerfile.prod | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.prod b/Dockerfile.prod index 060f380..d8299d5 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -5,7 +5,6 @@ WORKDIR /app COPY requirements.txt ./ COPY requirements.production.txt ./ COPY . ./ -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 \