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