FROM nginx:alpine # Placeholder frontend - Phase 4 will replace with React build RUN echo 'ClipForge

ClipForge

Self-hosted AI video clipper

API: POST /api/jobs

Status: GET /api/jobs/{id}

Clips: GET /api/jobs/{id}/clips

Frontend coming in Phase 4

' > /usr/share/nginx/html/index.html EXPOSE 80