Is there more elegant way to deploy laravel app in docker
After many attempt to tidy up my laravel docker deployment, i've come with the Dockerfile below. But still, my image is still over 2Gb in size, which is enormous. Is there any thing I can do to optimize my final…