9 Commits
Author SHA1 Message Date
herel 0dac1a5505 build: optimize Docker image with multi-stage build and security improvements
- Implement multi-stage build to reduce final image size
- Install only production dependencies with npm ci --only=production
- Clean npm cache to reduce image size
- Improve layer caching by copying package files before application code
- Update package version from 1.0.0 to 1.0.1
2025-10-09 10:11:38 +02:00
herel 6f452a2c93 🟢 deploy/netpol.yaml
🛠️ README.md -> updated local mods
🛠️ deploy/kustomization.yaml -> added netpol
2025-05-02 17:07:46 +02:00
herel 1f3f6a35e4 🛠️ deploy.yaml -> Security updates
added restrictions
2025-05-02 16:53:48 +02:00
herel 2c03527d00 add doc 2025-05-02 16:48:27 +02:00
herel 48ef406428 🛠️ index.js -> updated endpoint path 2025-05-02 16:45:08 +02:00
herel ad43004e46 🛠️ Dockerfile -> Node version updated 2025-05-02 16:44:58 +02:00
herel c6d693dc3a 🛠️ README.md -> Added fork info 2025-05-02 16:44:46 +02:00
herel ec67d8283f chore: add Dockerfile 2025-05-02 16:29:42 +02:00
herel 0956a0ec73 fix: add /health route 2025-05-02 16:29:32 +02:00