3 Commits

Author SHA1 Message Date
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
ad43004e46 🛠️ Dockerfile -> Node version updated 2025-05-02 16:44:58 +02:00
ec67d8283f chore: add Dockerfile 2025-05-02 16:29:42 +02:00