dockerfile

This commit is contained in:
mr
2026-01-08 10:41:02 +01:00
parent b154532a1a
commit f226866fc7

View File

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