Files
pgbackweb/.devcontainer/devcontainer-ci.json

11 lines
331 B
JSON

// For the moment --platform is not supported in devcontainers/ci when
// using docker compose, so in this devcontainer config file we are
// using the Dockerfile directly to run actions in CI.
//
// https://github.com/devcontainers/cli/issues/404
{
"build": {
"context": "..",
"dockerfile": "docker/Dockerfile.dev"
}
}