From 8d64f5dfc56bf9efb0432b448712a2dbbfdc8178 Mon Sep 17 00:00:00 2001 From: Joey Harrison Date: Wed, 5 Jul 2023 18:39:05 +0100 Subject: [PATCH] update dockerfile for new sqlx directory --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b71b587..32487c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN rm src/*.rs # copy source code (and sqlx stuff) (and templates) in COPY ./src ./src -COPY sqlx-data.json . +COPY ./.sqlx ./.sqlx COPY ./migrations ./migrations COPY ./templates ./templates