From 0a7f71a37bfad5881473a74caea9e35c138aadcc Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 17 May 2025 14:47:43 +0800 Subject: [PATCH] . --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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