Spaces:
Running
on
A10G
Running
on
A10G
# Start Nginx in the background | |
sudo nginx & | |
# Print the command and arguments for debugging | |
echo "Starting the main application with command: $@" | |
# Execute the default CMD specified in the Dockerfile or passed via the docker run command | |
exec "$@" |