We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde9940 commit c90ae9aCopy full SHA for c90ae9a
Dockerfile
@@ -14,7 +14,5 @@ cp bin/release/driver exec
14
# https://hub.docker.com/_/debian/
15
FROM debian:stable-slim AS mastic
16
COPY --from=build /opt/mastic/exec /opt/mastic/bin
17
-COPY --from=build /opt/mastic/src/configs/attribute-based-metrics.toml /opt/mastic/bin/
18
-COPY --from=build /opt/mastic/src/configs/plain-metrics.toml /opt/mastic/bin/
19
-COPY --from=build /opt/mastic/src/configs/weighted-heavy-hitters.toml /opt/mastic/bin/
+COPY --from=build /opt/mastic/src/configs/*.toml /opt/mastic/bin/
20
WORKDIR /opt/mastic
0 commit comments