docker-compose: add a build.sh script which automates the setup
* Create the user in the image with the same UID than the host user. This makes it easier to share files between the host and the container. * Install the PHP dependencies right away, so the user doesn't have to know anything about composer at the beginning.
Showing
- docker-compose/README.md 3 additions, 1 deletiondocker-compose/README.md
- docker-compose/build.sh 7 additions, 0 deletionsdocker-compose/build.sh
- docker-compose/php-fpm/Dockerfile 2 additions, 1 deletiondocker-compose/php-fpm/Dockerfile
- docker-compose/run.sh 1 addition, 1 deletiondocker-compose/run.sh
docker-compose/build.sh
0 → 100755
Please register or sign in to comment