Dockerfile: Copy whole project directory when building

This commit is contained in:
Matt Borgerson
2026-01-10 21:44:31 -07:00
parent 0e1cbe1799
commit 3ea0e5657c

View File

@@ -55,8 +55,7 @@ RUN apt-get -qy install \
;
WORKDIR /build
COPY ./xemutest /work/xemu-test/xemutest/
COPY ./setup.py /work/xemu-test
COPY . /work/xemu-test
RUN python3 -m venv venv \
&& . venv/bin/activate \
&& pip install /work/xemu-test \