Dockerfile: Add xemu binary to launch command

This commit is contained in:
Matt Borgerson
2026-01-10 22:20:55 -07:00
parent 441065ad54
commit e6a7884ba4

View File

@@ -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"]