template-test3/web/docker-entrypoint.sh
2025-11-12 08:01:19 +00:00

3 lines
51 B
Bash

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