Tracewebstudio Dev
a13dce546d
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
2026-04-16 19:30:32 +02:00
Ashwin Kumar
addd36a869
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:27 +02:00
Ashwin Kumar
2042003949
fix(docker): add .env file and GATEWAY_URL for build
...
- Copy .env file before npm install
- Set GATEWAY_URL env var
- Use npm ci instead of npm install
2026-04-10 19:22:37 +02:00
Ashwin Kumar
819ffef722
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:45 +02:00
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