ot_analysis / entrypoint.sh
baxin's picture
Update entrypoint.sh
2178e6a
raw
history blame
119 Bytes
#!/bin/bash
# Run dev server in the background and main.py in the foreground
make -C robot-server dev && python main.py