Skip to content

Commit c90ae9a

Browse files
committed
Update Dockerfile to copy all configs
1 parent fde9940 commit c90ae9a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ cp bin/release/driver exec
1414
# https://hub.docker.com/_/debian/
1515
FROM debian:stable-slim AS mastic
1616
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/
17+
COPY --from=build /opt/mastic/src/configs/*.toml /opt/mastic/bin/
2018
WORKDIR /opt/mastic

0 commit comments

Comments
 (0)