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