Skip to content

[Read-only] Please check the main repository if you want to contribute.

License

Notifications You must be signed in to change notification settings

origamiphp/docker-php-entrypoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[Read-only] Please check the main repository if you want to contribute.

Topics

Resources

License

Stars

Watchers

Forks