mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 00:50:36 +00:00
Also, use Workaround D for `swift/PostgresClientKitExample`, which supports neither SNI nor connections options
7 lines
104 B
Docker
7 lines
104 B
Docker
FROM rust:1.69
|
|
WORKDIR /source
|
|
|
|
COPY . .
|
|
RUN cargo build
|
|
CMD ["/source/target/debug/rust-neon-example"]
|