Skip to content

Commit 93e96a3

Browse files
authored
Merge pull request #2 from beclab/fix/rootpath
fix: change root path to olares
2 parents 6733edf + 8128736 commit 93e96a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM gcr.io/distroless/base:debug
2525
WORKDIR /
2626
COPY --from=builder /workspace/osnode_init .
2727

28-
VOLUME [ "/terminus" ]
28+
VOLUME [ "/olares" ]
2929

3030
ENTRYPOINT ["/osnode_init"]
3131

0 commit comments

Comments
 (0)