#!/bin/bash # Start Nginx sudo nginx # Execute the default CMD specified in the Dockerfile or passed via the docker run command exec "$@"