Add loadable checkpoint files for cc-metric-store

This commit is contained in:
Lou Knauer
2021-11-29 10:29:56 +01:00
parent 85bd467717
commit 5f4e218633
5 changed files with 41 additions and 23 deletions

View File

@@ -13,5 +13,7 @@ RUN cd /cc-metric-store && go build
RUN mv /cc-metric-store/cc-metric-store /go/bin
COPY config.json /go/bin
VOLUME /data
WORKDIR /go/bin
CMD ["./cc-metric-store"]