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