Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Migration from CockroachDB to Neon
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Dec 14, 2023
1 parent ca7fba8 commit 18859e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ RUN cargo build --release

FROM rust:1

# Install the CockroachDB SSL Cert
RUN curl --create-dirs -o $HOME/.postgresql/root.crt 'https://cockroachlabs.cloud/clusters/91f60fff-e9ea-4705-939e-de8c45f0c82e/cert'

WORKDIR /app
COPY --from=builder /builder/target/release/poac_api .

Expand Down

0 comments on commit 18859e8

Please sign in to comment.