Skip to content

Commit

Permalink
Fix database file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Nov 18, 2024
1 parent 825b9a9 commit 6023599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ 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 playbook/ /playbook
ADD softwares.db /softwares.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
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ services:
restart: always
image: cloudbaristaorg/cm-grasshopper:edge
volumes:
#- ./CM-GRASSHOPPER.db:/CM-GRASSHOPPER.db:rw
#- ./softwares.db:/root/.cm-grasshopper/softwares.db:rw
#- ./CM-GRASSHOPPER.db:/root/.cm-grasshopper/CM-GRASSHOPPER.db:rw
#- ./honeybee.key:/root/.cm-grasshopper/honeybee.key:ro
#- ./playbook:/playbook/:rw
- ./software_temp:/software_temp:rw
Expand Down

0 comments on commit 6023599

Please sign in to comment.