Closed BBBThunda closed 5 years ago
Hi, any updates on this?
I refactored the Dockerfile in a separate branch to take advantage of docker image caching to speed up development and minimize the need for composer install
s, etc., but I'd prefer to finish this up first so I can avoid conflicts, etc.
Change permissions on
/var/www
in the container socomposer
user can write to thevendor/
directory.Add
zip
andunzip
to the container dependencies because they are needed bycomposer
Create
.env
from.env.example
in the container since.env
is in the.dockerignore
Remove mount from
docker-compose
because the files are already copied into the image during build and mounting them wipes out all of the build changes.