Skip to content

Commit

Permalink
removed sqlx offline
Browse files Browse the repository at this point in the history
  • Loading branch information
skull8888888 committed Dec 27, 2024
1 parent 2b7f30c commit 7bc33c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN cargo chef cook --release --recipe-path recipe.json

# Build application
COPY . .
ENV SQLX_OFFLINE=true
RUN cargo build --release --all

# Final runtime stage
Expand Down

0 comments on commit 7bc33c6

Please sign in to comment.