envygeeks / jekyll-docker

⛴ Docker images, and CI builders for Jekyll.
ISC License
998 stars 282 forks source link

Make `BUNDLE_LOCATION` configurable via ARG #292

Open jgsuess opened 4 years ago

jgsuess commented 4 years ago

The bundle location is fixed in this image. As a consequence, caching outside the local directory is not possible without copying the cache in Gitlab CI. This disables this image for CI use in Gitlab.

Could you please add a Docker ARG to the Dockerfile that allows to set the env on image build, so that it can be directed to the default login directory.