all repos — caroster @ e8ac86df85718ab0870d106bbec4bf9eda68347c

[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