controllers with new search

This commit is contained in:
mr
2024-08-01 09:27:38 +02:00
parent ea6c62be07
commit 815e1f48dc
9 changed files with 11 additions and 9 deletions

View File

@@ -8,8 +8,6 @@ RUN apk add git
RUN go get github.com/beego/bee/v2 && go install github.com/beego/bee/v2@master
RUN go get cloud.o-forge.io/core/oc-lib
RUN timeout 15 bee run -gendoc=true -downdoc=true -runmode=dev || :
RUN sed -i 's/http:\/\/127.0.0.1:8080\/swagger\/swagger.json/swagger.json/g' swagger/index.html