Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codespaces setup in get-started #251

Open
rfay opened this issue Sep 30, 2024 · 0 comments
Open

Update codespaces setup in get-started #251

rfay opened this issue Sep 30, 2024 · 0 comments

Comments

@rfay
Copy link
Member

rfay commented Sep 30, 2024

Codespaces setup in get-started should be updated to match https://ddev.readthedocs.io/en/latest/users/install/ddev-installation/#ddev-installation-codespaces

We need to add the post-create command for it to work, due to a bug in codespaces:

{
  "image": "mcr.microsoft.com/devcontainers/universal:2",
  "features": {
    "ghcr.io/ddev/ddev/install-ddev:latest": {}
  },
  "postCreateCommand": "echo 'it should all be set up'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant