BioNexus / startup.sh
gaialive's picture
Upload 2 files
9a42d1f verified
raw
history blame contribute delete
151 Bytes
#!/bin/sh
# Start the Node.js server
node index.js
# Givethe server a moment to start
sleep 3
# Start nginx in the foreground
nginx -g "daemon off;"