This commit is contained in:
hailin 2025-05-17 23:27:09 +08:00
parent 70232482eb
commit 57b419d877
1 changed files with 1 additions and 1 deletions

View File

@ -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