[Question] Bundle as a single executable binary? #2601
Unanswered
aechegoyan17
asked this question in
Q&A
Replies: 1 comment
-
I've not tried this, maybe this can help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Docker images are getting quite large and I would like to reduce their size by using a distroless image containing the bundled binary, which could also improve security as minimal dependencies would be bundled.
I was trying with vercel pkg without success due to module-alias. Also, pkg is no longer maintained and has been archived due to Node's new feature (https://nodejs.org/api/single-executable-applications.html).
Has anyone tried it?
Beta Was this translation helpful? Give feedback.
All reactions