mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:17:32 +00:00
network mode host
This commit is contained in:
@@ -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"
|
||||
}
|
Reference in New Issue
Block a user