dockerfile

This commit is contained in:
mr
2026-01-08 10:43:54 +01:00
parent de2f486ebb
commit 60492ed8f5

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-scheduler.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
#----------------------------------------------------------------------------------------------