baxin commited on
Commit
2178e6a
·
1 Parent(s): a4cfbd3

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -1,3 +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
 
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