mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
devcontainer build ctx
This commit is contained in:
3
.devcontainer/base/.dockerignore
Normal file
3
.devcontainer/base/.dockerignore
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!pnpm-lock.yaml
|
||||
!pnpm-workspace.yaml
|
@@ -3,7 +3,8 @@ services:
|
||||
devcontainer:
|
||||
container_name: devcontainer
|
||||
build:
|
||||
context: .
|
||||
context: ../..
|
||||
dockerfile: .devcontainer/base/Dockerfile
|
||||
volumes:
|
||||
- ../../:/workspaces:cached
|
||||
command: sleep infinity
|
||||
|
Reference in New Issue
Block a user