repo.or.cz
/
dockerfiles.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update README.md
[dockerfiles.git]
/
httpd-php80
/
httpd-foreground
blob
3d492c25f174ef5af449d79bb20229b9e83498ce
1
#!/bin/sh
2
set -e
3
4
##Start php-fpm
5
exec
/
usr
/
sbin
/
php-fpm
&
6
7
##Start apache 2.4
8
exec
httpd
-DFOREGROUND
"$@"