Spaces:
Runtime error
Runtime error
koji
commited on
Commit
·
0c7dd2c
1
Parent(s):
c3abc3c
update shell file
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
#!/bin/
|
2 |
# Run dev server in the background and main.py in the foreground
|
3 |
make -C robot-server dev && python main.py
|
|
|
1 |
+
#!/bin/sh
|
2 |
# Run dev server in the background and main.py in the foreground
|
3 |
make -C robot-server dev && python main.py
|