Christoph Honal
3aa7def7aa
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
184 B
Bash
9 lines
184 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 \
|
|
move2docker:dev-$(arch) |