copying all folders, since tests are not collecting

This commit is contained in:
Konstantin Volkov
2023-03-22 13:22:03 +03:00
parent 9e43fb0e92
commit 73edfcc05e

View File

@@ -1,10 +1,10 @@
# syntax=docker/dockerfile-upstream:master-labs
FROM python:3.10 as builder
COPY . /build
COPY ./* /build
WORKDIR /build
RUN pip3 install -r requirements-headless.txt
CMD pwd
CMD ls
CMD pytest -v --gui=0 port=/dev/ttyACM0