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 \