Remove copy from Dockerfile.prod

This commit is contained in:
Aarni Halinen
2019-10-09 23:51:36 +03:00
parent 562738f945
commit 4e216891e6
-1
View File
@@ -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 \