poshenloh-dev
TRIALOP
2 years ago
Hey folks, I am deploying a bundled backend app, but the image size is 3 gigs. This takes ages to upload. The bundle itself is around 20mb. How can I specify that only the bundle file needs to be included in the docker image?
7 Replies
2 years ago
you would want to look into writing a dockerfile with a final image
2 years ago
maybe even 3 if you want
maybe even 3 if you want
haha yep. build->installer->runner. publish time is 4 seconds now
2 years ago
awesome!