Spaces:
Running
on
A10G
Running
on
A10G
Update start.sh
Browse files
start.sh
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Start Nginx in the background
|
4 |
-
|
5 |
|
6 |
# Print the command and arguments for debugging
|
7 |
echo "Starting the main application with command: $@"
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Start Nginx in the background
|
4 |
+
nginx &
|
5 |
|
6 |
# Print the command and arguments for debugging
|
7 |
echo "Starting the main application with command: $@"
|