feat: Add new dockerfile to shrink image
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 2m57s
Build Docker / BuildImage (push) Successful in 3m42s

This commit is contained in:
2025-11-03 13:44:19 +11:00
parent f404d55935
commit 0be0dad1b2
5 changed files with 111 additions and 268 deletions

View File

@@ -5,7 +5,7 @@ HTTP 200
GET http://127.0.0.1:5000/api/v1/ip
HTTP 200
[Asserts]
jsonpath "$.ip" == "127.0.0.1"
jsonpath "$.ip" matches "^(127|172).(0|17).0.1$"
GET http://127.0.0.1:5000/api/v1/time
HTTP 200