diff --git a/Dockerfile b/Dockerfile index ac49f06..4493c2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,11 +11,11 @@ RUN apk add --no-cache make git WORKDIR /go/src/github.com/supabase/auth # Pulling dependencies -COPY ./Makefile ./go.* ./ +COPY auth_v2.169.0/Makefile auth_v2.169.0/go.* ./ RUN make deps # Building stuff -COPY . /go/src/github.com/supabase/auth +COPY auth_v2.169.0/. /go/src/github.com/supabase/auth # Make sure you change the RELEASE_VERSION value before publishing an image. RUN RELEASE_VERSION=unspecified make build