This commit is contained in:
hailin 2025-05-17 14:47:43 +08:00
parent 22fd2b1776
commit 0a7f71a37b
1 changed files with 2 additions and 2 deletions

View File

@ -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