Add devcontainer
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2023-11-16 13:05:41 +01:00
parent 0cdbea8523
commit 6fcad07180
4 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,18 @@
version: "3"
name: seedling
volumes:
node_modules:
pnpm-store:
services:
seedling:
build:
context: .
container_name: seedling
volumes:
- ../:/home/project/seedling
- node_modules:/home/project/seedling/node_modules
- pnpm-store:/home/project/seedling/.pnpm-store
command: sleep infinity