template-test4/web/docker-entrypoint.sh
2025-11-12 08:37:55 +00:00

3 lines
51 B
Bash

#!/bin/sh
# Start nginx
exec nginx -g 'daemon off;'