From 57b419d8778b29653517592a93479f8e239fbd67 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 17 May 2025 23:27:09 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0604c7e..8d65fb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -367,7 +367,7 @@ COPY postgrest_v12.2.8/postgrest /usr/bin/postgrest RUN chmod +x /usr/bin/postgrest #=========================================== goture include============================================== -RUN useradd -m -u 1000 supabase +#RUN useradd -m -u 1000 supabase RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* COPY --from=authbuild /go/src/github.com/supabase/auth/auth /usr/local/bin/auth