Update docs path in contributiong

This commit is contained in:
2025-10-26 14:41:59 +01:00
parent 58c8899fd9
commit e387280405
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ go install github.com/swaggo/swag/cmd/swag@latest
# Update Swagger comments in pkg/server/handlers.go # Update Swagger comments in pkg/server/handlers.go
# Then regenerate docs # Then regenerate docs
swag init -g cmd/server/main.go -o apidocs swag init -g cmd/server/main.go
``` ```
## Pull Request Guidelines ## Pull Request Guidelines

View File

@@ -33,7 +33,7 @@ RUN go mod download
# Copy source code # Copy source code
COPY cmd/ ./cmd/ COPY cmd/ ./cmd/
COPY pkg/ ./pkg/ COPY pkg/ ./pkg/
COPY apidocs/ ./apidocs/ COPY docs/ ./docs/
COPY webui/webui.go ./webui/ COPY webui/webui.go ./webui/
# Copy built webui from webui-builder # Copy built webui from webui-builder