Commit graph

7 commits

Author SHA1 Message Date
Ashwin Kumar
ff2c2291cf 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:48:36 +02:00
Ashwin Kumar
1c94f97d11 dashboard implementation 2026-04-10 01:17:00 +02:00
Ashwin Kumar
4103dd6468 fix: install python3/make/g++ for native npm package builds 2026-04-09 03:20:26 +02:00
Ashwin Kumar
5038f28086 fix: use node:20-slim builder to fix Rollup musl/glibc native binary issue 2026-04-09 02:16:39 +02:00
Ashwin Kumar
2d163678e6 fix: increase Node memory and skip scripts in Docker build 2026-04-09 02:08:01 +02:00
Ashwin Kumar
0abcc6e07c fix: use npm install --legacy-peer-deps in Docker build 2026-04-09 01:19:47 +02:00
Ashwin Kumar
8d1aeafbd1 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:03 +02:00