Skip to content

Commit

Permalink
Merge pull request #2 from beclab/fix/rootpath
Browse files Browse the repository at this point in the history
fix: change root path to olares
  • Loading branch information
eball authored Nov 8, 2024
2 parents 6733edf + 8128736 commit 93e96a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM gcr.io/distroless/base:debug
WORKDIR /
COPY --from=builder /workspace/osnode_init .

VOLUME [ "/terminus" ]
VOLUME [ "/olares" ]

ENTRYPOINT ["/osnode_init"]

0 comments on commit 93e96a3

Please sign in to comment.