bw_web_builds/scripts
BlackDex 12568dfbb4
Add build env's
Sometimes you want to set specific environment variables during build.
For example, on some systems nodejs needs some extra options to be able to run correctly on low memory systems.
To make sure this will be loaded and works on both scripts and Dockerfile, you can now create a `.build_env` file.
This `.build_env` file should contain all the variables (including an export command) you want to expose during build time.

The template file has a nodejs example.

Closes #183

Signed-off-by: BlackDex <black.dex@gmail.com>
2024-11-04 22:28:25 +01:00
..
.script_env Add build env's 2024-11-04 22:28:25 +01:00
apply_patches.sh Add build env's 2024-11-04 22:28:25 +01:00
build_web_vault.sh don't run npm audit fix 2023-08-31 19:56:08 +02:00
checkout_web_vault.sh Use checkout and build scripts in docker 2024-08-02 14:15:04 +02:00
generate_patch_file.sh build without the bitwarden_license/ directory 2024-08-06 22:00:08 +02:00
gh_prepare.sh Misc changes 2023-12-18 17:09:47 +01:00
gh_release.sh Misc changes 2023-12-18 17:09:47 +01:00
package_web_vault.sh Add build env's 2024-11-04 22:28:25 +01:00
patch_web_vault.sh Misc changes 2023-12-18 17:09:47 +01:00
tar_web_vault.sh Make scripts compatible with macOS/BSD 2023-02-15 22:19:44 +01:00