Skip to content

Commit

Permalink
+ polish
Browse files Browse the repository at this point in the history
  • Loading branch information
FKAJerry committed Mar 25, 2024
1 parent feffbe4 commit f88bc61
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 @@ -6,6 +6,6 @@ RUN make build
# RUN make insight-linux

FROM alpine:3.15
COPY --from=build /app/etcd-metrics-proxy /
COPY --from=builder /build/etcd-metrics-proxy /
ENTRYPOINT [ "/etcd-metrics-proxy" ]
EXPOSE 2381 2381

0 comments on commit f88bc61

Please sign in to comment.