Logo
Explore Help
Register Sign In
valknar/scrapy-ui
1
0
Fork 0
You've already forked scrapy-ui
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
scrapy-ui/Dockerfile.dev

21 lines
308 B
Docker
Raw Permalink Normal View History

feat: initial commit - Scrapyd UI web interface - Next.js 16.0.1 + React 19.2.0 + Tailwind CSS 4.1.16 - Complete Scrapyd API integration (all 12 endpoints) - Dashboard with real-time job monitoring - Projects management (upload, list, delete) - Spiders management with scheduling - Jobs monitoring with filtering and cancellation - System status monitoring - Dark/light theme toggle with next-themes - Server-side authentication via environment variables - Docker deployment with multi-stage builds - GitHub Actions CI/CD workflow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 03:32:14 +01:00
# Development Dockerfile with hot reload
FROM node:22-alpine
RUN corepack enable && corepack prepare pnpm@latest --activate
WORKDIR /app
# Copy package files
COPY package.json pnpm-lock.yaml* ./
# Install dependencies
RUN pnpm install
# Copy application code
COPY . .
EXPOSE 3000
CMD ["pnpm", "dev"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 20ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API