iterativo-git / dockerdoo

Flexible and streamlined Odoo image to be used with docker-compose, docker swarm or Kubernetes. Fully integrated to with VSCode devcontainers
MIT License
95 stars 91 forks source link

Problem with devcontainer.json #155

Open trukhinyuri opened 7 months ago

trukhinyuri commented 7 months ago

devcontainer.json does not build in JetBrains IDE 2024.1 and VSCode.

JetBrains IDE Welcome screen -> DevContainers -> New DevContainer (from VCS Project, Docker must be installed.) Insert the git@ link of the repository with devcontainer.json. -> "Build container and Continue"

image image
akevinieron commented 7 months ago

@trukhinyuri As I can see in the screenshot, it is using the branch master but I think this branch may be not working well.

Can you try with another branch like 15.0 or 16.0?