#!/bin/sh # Start API server cd /app/api && node server.js & # Start NGINX nginx -g "daemon off;"