Freeze dependencies for the Docker container
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:3-alpine
|
||||
RUN mkdir -p /app
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
COPY requirements-prod.txt requirements.txt
|
||||
RUN apk --update add --virtual build-dep openssl-dev libffi-dev python-dev build-base \
|
||||
&& pip install -r requirements.txt \
|
||||
&& apk del build-dep
|
||||
|
||||
Reference in New Issue
Block a user