mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:37:33 +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:
|
devcontainer:
|
||||||
container_name: devcontainer
|
container_name: devcontainer
|
||||||
build:
|
build:
|
||||||
context: .
|
context: ../..
|
||||||
|
dockerfile: .devcontainer/base/Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- ../../:/workspaces:cached
|
- ../../:/workspaces:cached
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
|
Reference in New Issue
Block a user