#!/bin/sh # Start the Go backend in the background /app/cluster -address 127.0.0.1:9119 -data-dir /data & # Wait a moment for backend to start sleep 2 # Start nginx in the foreground nginx -g 'daemon off;'