zhuyougu commited on
Commit
07c606b
1 Parent(s): e4fa2ff

Upload app

Browse files
Files changed (1) hide show
  1. app +7 -0
app ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ redis-server --bind 0.0.0.0 &
4
+
5
+ nginx -g "daemon off;" &
6
+
7
+ java -jar /app/carbon.jar