ddev / ddev-gitpod-launcher

Launch any DDEV project with Gitpod
https://ddev.github.io/ddev-gitpod-launcher/
Apache License 2.0
12 stars 8 forks source link

Don't re-clone/reinstall/etc on workspace restart #6

Open rfay opened 2 years ago

rfay commented 2 years ago

When a workspace restarts, we need to respect that it has already been cloned, etc. so we can skip the composer install, etc.

Use @shaal 's technique of a marker file that says "already loaded". Maybe touch /workspace/$REPO.loaded