This commit is contained in:
parent
70232482eb
commit
57b419d877
|
|
@ -367,7 +367,7 @@ COPY postgrest_v12.2.8/postgrest /usr/bin/postgrest
|
||||||
RUN chmod +x /usr/bin/postgrest
|
RUN chmod +x /usr/bin/postgrest
|
||||||
|
|
||||||
#=========================================== goture include==============================================
|
#=========================================== 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/*
|
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
|
COPY --from=authbuild /go/src/github.com/supabase/auth/auth /usr/local/bin/auth
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue