more fixes

This commit is contained in:
2020-02-12 18:19:25 +01:00
parent 110f6adf09
commit 210019e2f9
7 changed files with 26 additions and 9 deletions

7
build/run-cli.sh Normal file

@@ -0,0 +1,7 @@
#!/bin/bash
mkdir -p /app/data/output
touch /app/data/output/frames.txt
python3 /app/fakeserver/server.py &
bash