baxin commited on
Commit
d121c67
·
1 Parent(s): a7a5c15

Create entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +3 -0
entrypoint.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/bash
2
+ # Run dev server in the background and main.py in the foreground
3
+ make -C robot-server dev & python main.py