{ "name": "imap_processing", "build": { "dockerfile": "Dockerfile" }, "features": { "ghcr.io/devcontainers/features/desktop-lite:1": { "version": "latest" }, "ghcr.io/devcontainers/features/docker-in-docker:2": { "version": "latest" } }, "forwardPorts": [6080], "postCreateCommand": "poetry install", "postStartCommand": ". $(poetry env info --path)/bin/activate", "customizations": { "vscode": { "extensions": [ "ms-python.python" ], // Set *default* container specific settings.json values on container create. "settings": { // not using venvs? uncomment this "python.defaultInterpreterPath": "/usr/local/bin/python" // use the active venv // "python.defaultInterpreterPath": ".venv/bin/python3" } } } }