Add .devcontainer + minor changes
This commit is contained in:
parent
99831ff824
commit
8aeff18162
16 changed files with 59 additions and 23 deletions
18
source/common/.devcontainer/docker-compose.yml
Normal file
18
source/common/.devcontainer/docker-compose.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
version: "3"
|
||||
|
||||
name: $(appName)
|
||||
|
||||
volumes:
|
||||
node_modules:
|
||||
pnpm-store:
|
||||
|
||||
services:
|
||||
seedling:
|
||||
build:
|
||||
context: .
|
||||
container_name: $(appName)
|
||||
volumes:
|
||||
- ../:/home/project/$(appName)
|
||||
- node_modules:/home/project/seedling/node_modules
|
||||
- pnpm-store:/home/project/seedling/.pnpm-store
|
||||
command: sleep infinity
|
Loading…
Add table
Add a link
Reference in a new issue