Update dev container configuration for monorepo
This commit is contained in:
parent
938582155d
commit
60542935c8
6 changed files with 59 additions and 2 deletions
6
.devcontainer/frontend/docker-compose.yml
Normal file
6
.devcontainer/frontend/docker-compose.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
app:
|
||||
image: mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm
|
||||
volumes:
|
||||
- ../..:/simple-ocpp-cs:cached
|
||||
command: sleep infinity
|
Loading…
Add table
Add a link
Reference in a new issue