gitea test

This commit is contained in:
zramsay
2023-09-27 17:25:25 -04:00
parent bc78c5e0d6
commit c8c8ce9788
5 changed files with 115 additions and 2 deletions
+2 -2
View File
@@ -132,8 +132,8 @@ def command(ctx, include, exclude, force_rebuild, extra_build_args):
try:
docker.run(builder_js_image_name,
remove=True,
interactive=True,
tty=True,
interactive=False,
tty=False,
user=f"{os.getuid()}:{os.getgid()}",
envs=envs,
# TODO: detect this host name in npm_registry_url rather than hard-wiring it