Add a pid cleaner in case container was killed unexpectedly

This commit is contained in:
Joe Ferguson
2014-12-19 14:23:06 -08:00
parent 61918f0fd6
commit a51c16e5f9
10 changed files with 29 additions and 92 deletions

View File

@ -51,9 +51,6 @@ for version in "${versions[@]}"; do
s/^(ENV PHP_VERSION) .*/\1 '"$fullVersion"'/;
s/^(RUN gpg .* --recv-keys) [0-9a-fA-F ]*$/\1 '"$gpgKey"'/
' "$version/Dockerfile" "$version/"*/Dockerfile
cp apache2.conf "$version/apache/"
cp php-fpm.conf "$version/fpm/"
)
done