Sign inSign up

ajardin/blackfire-entrypoint

By ajardin

Updated about 5 years ago

Image
0

9.1K

ajardin/blackfire-entrypoint repository overview

Blackfire Entrypoint image

Blackfire Entrypoint pulls

✨ Features

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

🚀 Usage

# Install custom entrypoint
COPY --from=ajardin/blackfire-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"]

Tag summary

Content type

Image

Digest

Size

594 Bytes

Last updated

about 5 years ago

docker pull ajardin/blackfire-entrypoint