This commit is contained in:
parent
22fd2b1776
commit
0a7f71a37b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue