Skip to content

Commit

Permalink
Add script to copy Swagger docs.go and related files to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
powerkimhub committed Aug 27, 2024
1 parent 90d3045 commit 04d7c9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ COPY --from=builder /go/src/github.com/cloud-barista/cb-spider/api-runtime/rest-

COPY --from=builder /go/src/github.com/cloud-barista/cb-spider/api-runtime/rest-runtime/admin-web/html/ /root/go/src/github.com/cloud-barista/cb-spider/api-runtime/rest-runtime/admin-web/html/

COPY --from=builder /go/src/github.com/cloud-barista/cb-spider/api/ /root/go/src/github.com/cloud-barista/cb-spider/api/

#COPY --from=builder /go/src/github.com/cloud-barista/cb-spider/setup.env /root/go/src/github.com/cloud-barista/cb-spider/
#RUN /bin/bash -c "source /root/go/src/github.com/cloud-barista/cb-spider/setup.env"
ENV CBSPIDER_ROOT /root/go/src/github.com/cloud-barista/cb-spider
Expand Down

0 comments on commit 04d7c9e

Please sign in to comment.