Skip to content

Commit

Permalink
feature: remove /config from the Dockerfile VOLUME instruction (max…
Browse files Browse the repository at this point in the history
…isam#126)

* Removed the Dockerfile VOLUME instruction

* Only removed config from the VOLUME instruction

---------

Co-authored-by: Robert van Kints <robert.van.kints@integral-learning.de>
  • Loading branch information
2 people authored and danielchristianschroeter committed Nov 6, 2024
1 parent 233cd7d commit 1377ed7
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 @@ -55,7 +55,7 @@ ENV PATH="/google-cloud-sdk/bin:${PATH}"
COPY --from=mgob-builder /go/src/github.com/stefanprodan/mgob/mgob .
COPY --from=tools-builder /go/mongo-tools/bin/* /usr/bin/

VOLUME ["/config", "/storage", "/tmp", "/data"]
VOLUME ["/storage", "/tmp", "/data"]

LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="mgob" \
Expand Down

0 comments on commit 1377ed7

Please sign in to comment.