hrms-manual/entrypoint.sh

6 lines
No EOL
70 B
Bash

#!/bin/sh
ROOT_DIR=/app
echo "Starting Nginx"
nginx -g 'daemon off;'