Spaces:
Runtime error
Runtime error
Create entrypoint.sh
Browse files- 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
|