Compare commits

...

1 Commits

Author SHA1 Message Date
Jason Cameron
e2249edeba fix(test): remove interactive flag from nginx smoke test docker run command 2025-12-28 22:09:57 -05:00

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 \