move2docker/scripts/run-dev-cli.sh
Christoph Honal 78133f9b55
Some checks reported errors
continuous-integration/drone/push Build was killed
Finally fix build
2020-02-26 02:30:58 +01:00

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)