feat: docs.pivoine.art

This commit is contained in:
2025-10-09 19:11:53 +02:00
parent 301e03af58
commit d2fcde9302
28 changed files with 6160 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
# Docker Compose for Local Development
version: '3.8'
services:
docs-hub:
build:
context: .
dockerfile: Dockerfile.dev
ports:
- "3000:3000"
volumes:
- .:/app
- /app/node_modules
- /app/.next
environment:
- NODE_ENV=development
command: pnpm dev