Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
RSDC - TVJ (Projects)
Sales-IT-fe
Merge requests
!38
build: omit devDependencies in Docker image to reduce size
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Nguyễn Ngọc Đại
requested to merge
hotfix/OCA
into
main
Aug 03, 2026
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Replace copying
node_modules
from builder with
npm ci --omit=dev
Exclude unnecessary dev packages (typescript, tailwind, etc.) from runtime
Reduce final Docker image size from 528MB to 478MB
Merge request reports