Christoph Honal
78133f9b55
Some checks reported errors
continuous-integration/drone/push Build was killed
10 lines
219 B
Bash
10 lines
219 B
Bash
#!/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) |