docker(minor): copy requirements-dev.txt from builder image
This commit is contained in:
parent
9de950220f
commit
f008a3e20c
|
@ -12,6 +12,7 @@ RUN pip install pipenv && \
|
|||
FROM python:3.7-slim-buster
|
||||
|
||||
COPY --from=locker /app/requirements.txt /app/
|
||||
COPY --from=locker /app/requirements-dev.txt /app/
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
|
Reference in New Issue