mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 17:59:24 -04:00
18 lines
193 B
Bash
Executable File
18 lines
193 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
set -euo pipefail
|
|
|
|
source ../lib/lib.sh
|
|
|
|
build_anubis_ko
|
|
|
|
docker compose up -d --build
|
|
|
|
export NODE_TLS_REJECT_UNAUTHORIZED=0
|
|
|
|
sleep 2
|
|
|
|
backoff-retry node test.mjs
|