We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9cecd commit aba8e59Copy full SHA for aba8e59
Dockerfile
@@ -13,4 +13,6 @@ RUN go build -o main
13
14
RUN ls | sed 's/^main//' | xargs rm -rf
15
16
-ENTRYPOINT ["./main"]
+VOLUME /etc/extractor/
17
+
18
+ENTRYPOINT ["./main"]
0 commit comments