fix: dockerfile
This commit is contained in:
parent
d0b1c903f3
commit
309ce16f44
|
|
@ -2,5 +2,5 @@ FROM golang
|
||||||
WORKDIR /go/src/supabase
|
WORKDIR /go/src/supabase
|
||||||
RUN git clone https://github.com/supabase/gotrue.git
|
RUN git clone https://github.com/supabase/gotrue.git
|
||||||
WORKDIR /go/src/supabase/gotrue
|
WORKDIR /go/src/supabase/gotrue
|
||||||
RUN git e67a10c1 && go install
|
RUN git checkout e67a10c1 && go install
|
||||||
CMD ["gotrue"]
|
CMD ["gotrue"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue