Skip to content

Commit

Permalink
asdasdsa
Browse files Browse the repository at this point in the history
  • Loading branch information
frkri committed Mar 8, 2024
1 parent c83dce9 commit 79f3d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ COPY . /ModelRunner

ENV RUSTFLAGS=${rust_flags}
ENV DATABASE_URL="sqlite://model_runner_check.db"
RUN cargo install cargo install sqlx-cli --no-default-features --features sqlite \
&& sqlx db setup
RUN cargo install sqlx-cli --no-default-features --features sqlite &&\
cargo sqlx db setup
RUN cargo build --release --bin model_runner

FROM gcr.io/distroless/cc-debian12 as runtime
Expand Down

0 comments on commit 79f3d94

Please sign in to comment.