Spaces:
Sleeping
Sleeping
Create entrypoint.sh
Browse files- entrypoint.sh +7 -0
entrypoint.sh
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
service nginx start
|
4 |
+
while true
|
5 |
+
do
|
6 |
+
sleep 60
|
7 |
+
done
|