mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 18:48:44 +00:00
16 lines
185 B
Bash
Executable File
16 lines
185 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
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
|