BretFisher / php-docker-good-defaults

*WORK IN PROGRESS* sample PHP/Laravel app for Docker examples
MIT License
363 stars 116 forks source link

Entrypoint script missing inside container #21

Closed aadilacetrot closed 2 years ago

aadilacetrot commented 3 years ago

docker-php-entrypoint and docker-php-entrypoint-dev script is not copied to the container in the base image. Was it on purpose?

BretFisher commented 2 years ago

There are two images in this repo, one depends on the other, and the main one (that gets app-specific COPY) is where those are copied in: https://github.com/BretFisher/php-docker-good-defaults/blob/master/Dockerfile#L70