diff --git a/.gitpod.yml b/.gitpod.yml index 05099d18..81155127 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,10 @@ image: gitpod/workspace-full +github: + # Prebuild the docker image for gitpod - https://www.gitpod.io/docs/46_prebuilds/ + prebuilds: + # enable for the master/default branch + master: true + tasks: - init: bundle install \ No newline at end of file