Post #3850180
2026-07-16 04:25 UTC
@warkolm@aus.social Given what you've described, Docker is likely the best option.
Depends on the vintage of the stack, but if it's < 4 years old there's a good chance your production build won't include any packages that have native extensions.
That may mean you can get away with an npm install --omit=dev on the target server, but then your build and deploy environments are mixed. That might be an acceptable tradeoff for you 🤷♂️
Container images built by CI as @cafuego@misanthrope.social suggested is more upfront work, but lower ongoing maintenance.
Replies (0)
No replies.