fix(test): remove interactive flag from nginx smoke test docker run command

This commit is contained in:
Jason Cameron
2025-12-28 22:09:57 -05:00
parent bcf525dbcf
commit e2249edeba

View File

@@ -10,7 +10,7 @@ set -euo pipefail
build_anubis_ko
mint_cert mimi.techaro.lol
docker run --rm -it \
docker run --rm \
-v ./conf/nginx:/etc/nginx:ro \
-v ../pki:/techaro/pki:ro \
nginx \