simoncck commited on
Commit
4228f01
·
verified ·
1 Parent(s): fce18a0

Create entry.sh

Browse files
Files changed (1) hide show
  1. entry.sh +4 -0
entry.sh ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ #!/usr/bin/env sh
2
+ # called as root because no USER line is set
3
+ chmod 777 /data 2>/dev/null || true # ensure everyone can write
4
+ exec node server.js # launch your API