test(nginx): remove docker compose calls here

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-12-28 18:47:36 -05:00
parent dd58fd64c3
commit 4b3ee0d4d4

View File

@@ -7,7 +7,6 @@ source ../lib/lib.sh
set -euo pipefail
build_anubis_ko
mint_cert mimi.techaro.lol
docker run --rm \
@@ -16,9 +15,4 @@ docker run --rm \
nginx \
nginx -t
docker compose up -d
docker compose down -t 1 || :
docker compose rm -f || :
exit 0