Create entrypoint.sh
Browse files- entrypoint.sh +3 -0
entrypoint.sh
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
bash startup.sh || true
|
3 |
+
exec python3 server.py
|