From 240c4c225eac34c45e6623e358416e82dcb7fdfa Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Mon, 12 Feb 2024 15:51:37 +0100 Subject: remove sqlx offline from dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index b75a0e9..3336fe2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN cd /tmp && \ FROM rust:1.76 as builder WORKDIR /app COPY . . -RUN SQLX_OFFLINE=true cargo install --path . +RUN cargo install --path . FROM gcr.io/distroless/cc -- cgit v1.2.3