seedling/source/common/.devcontainer/docker-compose.yml
Roman Jaroš ed0957becd
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit
Add .devcontainer + minor changes
2023-12-22 17:50:22 +00:00

18 lines
No EOL
341 B
YAML

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