dockerfile

This commit is contained in:
mr
2026-01-08 10:41:47 +01:00
parent e2b7338e66
commit 37d97b4952

View File

@@ -31,7 +31,6 @@ COPY . .
RUN sed -i '/replace/d' go.mod RUN sed -i '/replace/d' go.mod
RUN bee pack RUN bee pack
RUN mkdir -p /app/extracted && tar -zxvf oc-workspace.tar.gz -C /app/extracted RUN mkdir -p /app/extracted && tar -zxvf oc-workspace.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
#---------------------------------------------------------------------------------------------- #----------------------------------------------------------------------------------------------