An image based on scratch with a custom entrypoint to use with custom PHP images.
# Installs the custom entrypoint.
COPY --from=ajardin/php-entrypoint:latest /usr/local/bin/docker-custom-entrypoint /usr/local/bin/docker-custom-entrypoint
RUN chmod 777 /usr/local/bin/docker-custom-entrypoint
CMD ["php-fpm"]
ENTRYPOINT ["docker-custom-entrypoint"]
Content type
Image
Digest
Size
717 Bytes
Last updated
about 5 years ago
docker pull ajardin/php-entrypoint