#!/bin/bash echo $APP_ENV cp /app/conf/admin-config-$APP_ENV.js /app/dist/admin-config.js nginx -c /etc/nginx/conf.d/nginx.conf -g 'daemon off;'