all repos — caroster @ 32732b353905327e909da38f1d1ee34acc788404

[Octree] Group carpool to your event https://caroster.io

docker-entrypoint.sh (view raw)

1#!/bin/sh
2
3# Start NGINX in daemon mode
4nginx
5
6# Start NodeJS apps with PM2
7cd /srv/app
8pm2-runtime start ecosystem.config.js