wip: update state_postgres, update dependent modules

This commit is contained in:
2025-07-11 15:34:07 -07:00
parent e74f135494
commit ac6d77509a
2 changed files with 10 additions and 7 deletions

View File

@@ -20,7 +20,10 @@
# Run standalone
docker run -p 8070:8070 -ti mrva-hepc-container:0.4.0
# Test server
# shell in hepc
docker run -ti mrva-hepc-container:0.4.0 /bin/bash
# Test server; also when running via compose
curl 127.0.0.1:8070/index -o - 2>/dev/null | wc -l
curl 127.0.0.1:8070/api/v1/latest_results/codeql-all \