fix: dockerfile

This commit is contained in:
Fu Zi Xiang 2023-11-24 16:35:16 +08:00
parent d0b1c903f3
commit 309ce16f44
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ FROM golang
WORKDIR /go/src/supabase
RUN git clone https://github.com/supabase/gotrue.git
WORKDIR /go/src/supabase/gotrue
RUN git e67a10c1 && go install
RUN git checkout e67a10c1 && go install
CMD ["gotrue"]