Create entrypoint.sh

This commit is contained in:
phermeys
2023-12-23 16:48:53 -08:00
committed by GitHub
parent 5a5f7d076a
commit ef19972fad

4
entrypoint.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
# Start Apache
# apache2-foreground
apache2ctl -D FOREGROUND