Skip to content

Commit

Permalink
fix: sqlx prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Jul 16, 2024
1 parent 175b702 commit 443c6b5
Show file tree
Hide file tree
Showing 7 changed files with 121 additions and 70 deletions.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion eidash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt update && apt install -y libssl-dev pkg-config g++ curl libprotobuf-dev
COPY --from=planner /app/recipe.json recipe.json
RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
RUN cargo build --release --bin eidash --no-default-features
RUN cargo build --release --bin eidash

FROM debian:bookworm AS runtime
WORKDIR /app
Expand Down

0 comments on commit 443c6b5

Please sign in to comment.