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