go.sum debug

This commit is contained in:
mr
2026-01-08 10:42:22 +01:00
parent 3844d63a72
commit ac6228d5f7
3 changed files with 7 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ COPY . .
RUN sed -i '/replace/d' go.mod
RUN bee pack
RUN mkdir -p /app/extracted && tar -zxvf oc-workflow.tar.gz -C /app/extracted
RUN sed -i 's/http:\/\/127.0.0.1:8080\/swagger\/swagger.json/swagger.json/g' /app/extracted/swagger/index.html
#----------------------------------------------------------------------------------------------