Remove copy from Dockerfile.prod
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user