Show cachepot build stats

This commit is contained in:
Kirill Bulatov
2022-03-22 13:05:14 +02:00
committed by Kirill Bulatov
parent a4d0d78e9e
commit 15434ba7e0

View File

@@ -31,6 +31,8 @@ COPY --from=pg-build /pg/tmp_install/include/postgresql/server tmp_install/inclu
COPY . .
RUN cargo build --release
# Show build caching stats to check if it was used
RUN /usr/local/cargo/bin/cachepot -s
# Build final image
#