From 7b6a358225c119ff78ee7d4588033e89796c55ce Mon Sep 17 00:00:00 2001 From: Paul Cioanca Date: Mon, 5 Feb 2024 22:30:17 +0200 Subject: [PATCH] chore: add newline --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f5f5166ca..d5621da72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -927,4 +927,4 @@ RUN --mount=type=cache,target=/ccache,from=public.ecr.aws/supabase/postgres:ccac ccache -s && \ cp -r /ccache/* /tmp FROM scratch as buildcache -COPY --from=stats /tmp / \ No newline at end of file +COPY --from=stats /tmp /