1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

fix(ci): copy pyright directory in Dockerfile

follow-up to https://github.com/trezor/trezor-firmware/pull/1939
This commit is contained in:
Pavol Rusnak 2022-01-09 10:09:11 +01:00
parent 2880a2fa33
commit 52a09c320d

View File

@ -37,6 +37,7 @@ ENV \
# Trezor specific stuff starts here
COPY shell.nix shell.nix
COPY pyright/ pyright/
# to make multiple python versions and monero test suite available, run docker build
# with the following argument: "--build-arg FULLDEPS_TESTING=1"