diff --git a/Dockerfile b/Dockerfile index d623921..84d3195 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ FROM gcr.io/distroless/base:debug WORKDIR / COPY --from=builder /workspace/osnode_init . -VOLUME [ "/terminus" ] +VOLUME [ "/olares" ] ENTRYPOINT ["/osnode_init"]