Skip to content

Commit

Permalink
Add software database file to Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Sep 17, 2024
1 parent c71e4ed commit 43986fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ RUN apk --no-cache add ansible curl
COPY --from=builder /go/src/github.com/cloud-barista/cm-grasshopper/conf /conf
COPY --from=builder /go/src/github.com/cloud-barista/cm-grasshopper/cmd/cm-grasshopper/cm-grasshopper /cm-grasshopper

ADD CM-GRASSHOPPER.db /CM-GRASSHOPPER.db

RUN mkdir -p /root/.cm-grasshopper/
RUN curl --ipv4 https://raw.githubusercontent.com/cloud-barista/cm-honeybee/main/server/_default_key/honeybee.key -o /root/.cm-grasshopper/honeybee.key

Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ services:
dockerfile: Dockerfile
image: cloudbaristaorg/cm-grasshopper:edge
volumes:
#- ./CM-GRASSHOPPER.db:/CM-GRASSHOPPER.db:rw
#- ./honeybee.key:/root/.cm-grasshopper/honeybee.key:ro
- ./software_temp:/software_temp:rw
- ./software_log:/software_log:rw
Expand Down

0 comments on commit 43986fd

Please sign in to comment.