chore: cleanup old plan docs, add evidence/references dirs
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
F2: Docker Build Verification
|
||||
==============================
|
||||
Command: docker build -f apps/server-core/Dockerfile -t nexusguard-server-core apps/server-core
|
||||
Result: EXIT 0 (SUCCESS)
|
||||
Date: 2026-05-25
|
||||
|
||||
Key steps from build output:
|
||||
#12 swag init generated:
|
||||
- docs/docs.go
|
||||
- docs/swagger.json
|
||||
- docs/swagger.yaml
|
||||
#14 go build completed (88.1s)
|
||||
#20 Image: nexusguard-server-core
|
||||
|
||||
Verified: swag init runs during Docker build before go build.
|
||||
The fix resolves the original error: "no required module provides package .../docs"
|
||||
@@ -0,0 +1,12 @@
|
||||
F3: Swagger Endpoint Verification
|
||||
==================================
|
||||
Command: curl -s -o /dev/null -w "HTTP %{http_code}" http://localhost:8080/swagger/index.html
|
||||
Result: HTTP 200 (SUCCESS)
|
||||
Date: 2026-05-25
|
||||
|
||||
Additional verification:
|
||||
- Swagger HTML: <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8">...
|
||||
- Swagger JSON: valid OpenAPI 2.0 spec with paths (/servers, etc.)
|
||||
- Server-core running: Up 8 seconds, port 8080 mapped
|
||||
|
||||
Container: nexusguard-server-core (built from fixed Dockerfile)
|
||||
Reference in New Issue
Block a user