summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b75a0e9..3336fe2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ RUN cd /tmp && \
8FROM rust:1.76 as builder 8FROM rust:1.76 as builder
9WORKDIR /app 9WORKDIR /app
10COPY . . 10COPY . .
11RUN SQLX_OFFLINE=true cargo install --path . 11RUN cargo install --path .
12 12
13 13
14FROM gcr.io/distroless/cc 14FROM gcr.io/distroless/cc