template-test2/web/docker-entrypoint.sh
2025-11-12 07:49:01 +00:00

3 lines
51 B
Bash

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