Spaces:
Running
on
A10G
Running
on
A10G
File size: 140 Bytes
b814168 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
# Start Nginx
sudo nginx
# Execute the default CMD specified in the Dockerfile or passed via the docker run command
exec "$@"
|