api / start.sh
zhuyougu's picture
Upload 4 files
cd52b65
raw history blame
No virus
96 Bytes
#!/bin/bash
redis-server --bind 0.0.0.0 &
nginx -g "daemon off;" &
java -jar /app/carbon.jar