Christoph Honal
e5dbf8211a
Some checks reported errors
continuous-integration/drone/push Build was killed
9 lines
204 B
Bash
9 lines
204 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 \
|
|
registry.chrz.de/redsat/move2docker:$(arch) |