Commit graph

14 commits

Author SHA1 Message Date
Tracewebstudio Dev
bda6d495bc ci: fix kaniko builds and base images 2026-04-17 03:04:01 +02:00
Tracewebstudio Dev
2d7117a47a fix(ci): use internal registry for node:20-alpine base image
- Change FROM node:20-alpine to FROM registry.nxtgauge.com/node:20-alpine
- Update both Dockerfile and Dockerfile.simple
- Fixes Docker Hub rate limiting errors in Woodpecker builds

Images to mirror:
- docker pull node:20-alpine
- docker tag node:20-alpine registry.nxtgauge.com/node:20-alpine
- docker push registry.nxtgauge.com/node:20-alpine
2026-04-16 19:30:25 +02:00
Tracewebstudio Dev
a365e1fa94 fix(build): include devDependencies in npm ci
- Add --include=dev flag to npm ci to install devDependencies
- Fix ERR_MODULE_NOT_FOUND for @tailwindcss/vite during build
2026-04-16 11:11:54 +02:00
Ashwin Kumar
163ebda586 fix(docker): create .env file in Dockerfile instead of copying
- Create .env file with RUN echo instead of COPY

- .env is in .gitignore so cannot be copied
2026-04-10 19:37:19 +02:00
Ashwin Kumar
f1e68632ad fix(docker): add .env file and API URLs for build
- Copy .env file before npm install

- Set VITE_API_URL and PUBLIC_API_URL env vars

- Use npm ci instead of npm install
2026-04-10 18:18:20 +02:00
Ashwin Kumar
dc3c53e3e7 fix(docker): use npm ci and set NODE_ENV=production
- Use npm ci for cleaner installs

- Set NODE_ENV=production

- Fallback to npm install if npm ci fails
2026-04-10 18:17:36 +02:00
Ashwin Kumar
c68494d79b fix(docker): revert to node:20-slim with 3GB memory
- Use node:20-slim for builder stage (better memory handling)

- Keep node:20-alpine for runtime (smaller image)

- Increase memory to 3072MB for build
2026-04-10 18:11:35 +02:00
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