Spaces:
Paused
Paused
mahiatlinux
commited on
Commit
•
962db8c
1
Parent(s):
f492d31
Create entrypoint.sh
Browse files- entrypoint.sh +5 -0
entrypoint.sh
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
node ./src/index.js
|
4 |
+
|
5 |
+
wait
|