engine-psx/dockershell.sh

11 lines
207 B
Bash
Raw Permalink Normal View History

2025-02-09 15:36:04 -03:00
#!/bin/bash
exec docker run -it --rm \
-v $(pwd):/source \
-v $(pwd):$(pwd) \
-w /source \
--network=host \
--add-host localhost:host-gateway \
sonicxa:latest \
/bin/bash