Commit graph

7 commits

Author SHA1 Message Date
Ashwin Kumar
5d73c7046a fix(docker): use Alpine and reduce memory for build
- Switch from node:20-slim to node:20-alpine for smaller image

- Reduce NODE_OPTIONS memory from 4096 to 2048

- Use Alpine apk instead of apt-get
2026-04-10 17:46:17 +02:00
Ashwin Kumar
30750f3797 docs: clarify real data implementations are wired to backend APIs
All job seeker pages are already connected to real APIs:
- Jobs: /api/jobseeker/jobs (real company job postings)
- Applications: /api/jobseeker/applications (my applied jobs)
- Saved Jobs: Custom data storage for bookmarked jobs
- Apply: POST /api/jobseeker/jobs/{id}/apply

Dashboard shows real data from backend, not mock preview.
2026-04-10 01:21:36 +02:00
Ashwin Kumar
e81265e4d9 fix: install python3/make/g++ for native npm package builds 2026-04-09 03:20:29 +02:00
Ashwin Kumar
c7d0c3dcd0 fix: use node:20-slim builder to fix Rollup musl/glibc native binary issue 2026-04-09 02:16:41 +02:00
Ashwin Kumar
c97d54bade fix: increase Node memory and skip scripts in Docker build 2026-04-09 02:08:03 +02:00
Ashwin Kumar
36d26b5439 fix: use npm install --legacy-peer-deps in Docker build 2026-04-09 01:19:44 +02:00
Ashwin Kumar
1248daf87f ci: add Woodpecker CI pipeline and Dockerfile for containerized deployment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 00:09:02 +02:00