network mode host

This commit is contained in:
Elio Bischof
2025-07-29 18:42:07 +02:00
parent 908bf93c67
commit ffbeeade79
6 changed files with 16 additions and 13 deletions

View File

@@ -1,14 +0,0 @@
{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/refs/heads/main/schemas/devContainer.schema.json",
"name": "Turbo Lint and Unit One-Off Container - Reproduce Pull Request Checks",
"dockerComposeFile": [
"../base/docker-compose.yaml"
],
"service": "devcontainer",
"runServices": [
"devcontainer"
],
"workspaceFolder": "/workspaces",
"onCreateCommand": "pnpm install --frozen-lockfile --recursive",
"updateContentCommand": "pnpm turbo lint test:unit"
}