build: add frontend to docker

This commit is contained in:
2026-03-03 15:29:21 +00:00
parent c1a0324a03
commit 090a57f4dd
2 changed files with 25 additions and 0 deletions

View File

@@ -56,5 +56,17 @@ services:
count: 1
capabilities: [gpu]
frontend:
build:
context: ./frontend
container_name: crosspost_frontend
volumes:
- ./frontend:/app
- /app/node_modules
ports:
- "5173:5173"
depends_on:
- backend
volumes:
model_cache: