mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-26 06:29:03 -06:00
11 lines
331 B
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"
|
|
}
|
|
} |