6 lines
141 B
Docker
6 lines
141 B
Docker
|
FROM docker.beryju.org/passbook/base:latest
|
||
|
|
||
|
COPY ./requirements-dev.txt /app/
|
||
|
|
||
|
RUN pip install -r /app/requirements-dev.txt --no-cache-dir
|