This commit is contained in:
10
scripts/run-dev-gui.sh
Normal file
10
scripts/run-dev-gui.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "${0%/*}/.."
|
||||
source ./config/config.sh
|
||||
|
||||
docker run -it --rm \
|
||||
-v $(pwd)/data:/app/data:rw \
|
||||
--env DISPLAY=host.docker.internal:0.0 \
|
||||
--entrypoint /app/run-gui.sh \
|
||||
move2docker:dev-$(arch)
|
Reference in New Issue
Block a user