1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-07-30 19:23:05 +03:00
Files
pgvecto.rs/docker/binary_release.Dockerfile
2023-09-05 16:34:58 +08:00

4 lines
91 B
Docker

FROM scratch
COPY ./pgvecto-rs-binary-release.deb /
CMD ["/pgvecto-rs-binary-release.deb"]