Finally fix build
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2020-02-26 02:30:58 +01:00
parent 6b2761e76d
commit 78133f9b55
18 changed files with 5318 additions and 520 deletions

10
scripts/run-dev-gui.sh Normal file
View 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)