all repos — caroster @ 2b810d8047851a8ab095f96c9547adadc104ff3e

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

docker-entrypoint.sh (view raw)

1#!/bin/sh
2
3# Start NGINX in daemon mode
4grep -q -F "pid " /etc/nginx/nginx.conf || echo "pid /run/nginx.pid;" >> /etc/nginx/nginx.conf
5nginx
6
7# Start NodeJS apps with PM2
8cd /srv/app
9pm2-runtime start ecosystem.config.js