Open ebuildy opened 6 years ago
Cool one! What do you think of https://github.com/humbug/box/issues/210? There is not much in that issue yet, but the idea is that maybe Box can help out with generating the Docker container necessary to ship the app/PHAR
It's a very good idea! So Box could help to write the Dockerfile here, the docker-php-ext-install
stuff. A kind of "packaging" option?
Yes something like that
On Wed 16 May 2018 at 20:31, Thomas Decaux notifications@github.com wrote:
It's a very good idea! So Box could help to write the Dockerfile here, the docker-php-ext-install stuff. A kind of "packaging" option?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/box-project/box2/issues/173#issuecomment-389638506, or mute the thread https://github.com/notifications/unsubscribe-auth/AE76gbY6IXIzwMrd7jl47a2o4zkhwpyPks5tzH55gaJpZM4UBuIS .
I have written a Docker image (from official php7 alpine3 image) to use this amazing tool:
docker run -v $PWD:/app ebuildy/box:v0.0.4 build
Tell me what do you think about!