Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 686 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 686 Bytes

PHP Entrypoint image

Image pulls

✨ Features

An image based on scratch with a custom entrypoint to use with custom PHP images.

🐳 Supported tags

  • Image size (latest)

🚀 Usage

# 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"]