Clone04 commited on
Commit
3f0eeac
·
verified ·
1 Parent(s): e8f1cc2

Create entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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