mirror of
https://github.com/xemu-project/xemu-test.git
synced 2026-01-31 01:25:21 +01:00
Dockerfile: Add xemu binary to launch command
This commit is contained in:
@@ -117,4 +117,4 @@ COPY --from=build-xemutest /build/venv /venv
|
||||
|
||||
ENTRYPOINT ["/docker_entry.sh"]
|
||||
|
||||
CMD ["/venv/bin/python3", "-m", "xemutest", "--data", "/work/xemu-test/data", "/work/private", "/work/results"]
|
||||
CMD ["/venv/bin/python3", "-m", "xemutest", "--data", "/work/xemu-test/data", "xemu", "/work/private", "/work/results"]
|
||||
|
||||
Reference in New Issue
Block a user