root: include pytest config in dockerfile for github tests
This commit is contained in:
parent
d21f187673
commit
dda1217735
|
@ -37,6 +37,7 @@ RUN apt-get update && \
|
||||||
chown passbook:passbook /backups
|
chown passbook:passbook /backups
|
||||||
|
|
||||||
COPY ./passbook/ /passbook
|
COPY ./passbook/ /passbook
|
||||||
|
COPY ./pytest.ini /
|
||||||
COPY ./manage.py /
|
COPY ./manage.py /
|
||||||
COPY ./lifecycle/ /lifecycle
|
COPY ./lifecycle/ /lifecycle
|
||||||
|
|
||||||
|
|
Reference in New Issue