Create entrypoint.sh
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Start Apache
|
||||
# apache2-foreground
|
||||
apache2ctl -D FOREGROUND
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Start Apache
|
||||
# apache2-foreground
|
||||
apache2ctl -D FOREGROUND
|
||||