mirror of
https://github.com/xemu-project/xemu-test.git
synced 2026-01-31 01:25:21 +01:00
Dockerfile: Copy whole project directory when building
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user