How to build a release (not development) version? #6877
Replies: 3 comments
-
Hi @1067088037 - this process isn't admittedly very well documented, we should fix that. From the top level of the Budibase repo if you run Currently we have it setup so that it will automatically attempt to push the image when it is finished being built (see the You can also build our new single image (the previous method generates the images required for our docker compose deployment) using the command Its worth noting that this likely will only work on Unix based systems, we haven't tested the build process on Windows, it is likely that you will need to use WSL instead if working in a Windows environment. |
Beta Was this translation helpful? Give feedback.
-
dosen't work. the task fails with
|
Beta Was this translation helpful? Give feedback.
-
I have the same issue. The task fails for me also with the same error as @chripo |
Beta Was this translation helpful? Give feedback.
-
Hi, I have read the CONTRIBUTING.md and known how to run a development version.
I wonder how to package it as a release version (may be a docker image).
Should I continue to use a script in YARN or is there another way?
I would be grateful if you could answer.
Beta Was this translation helpful? Give feedback.
All reactions