multimodalart HF Staff commited on
Commit
b814168
·
verified ·
1 Parent(s): 1bf3bbb

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +7 -0
start.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Start Nginx
4
+ sudo nginx
5
+
6
+ # Execute the default CMD specified in the Dockerfile or passed via the docker run command
7
+ exec "$@"