Skip to content

Commit f6be759

Browse files
author
Chris Stockton
committed
chore(Dockerfile): remove .git folder from base image
1 parent 99a856e commit f6be759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk add --no-cache make git
88
WORKDIR /go/src/github.com/supabase/auth
99

1010
# Pulling dependencies
11-
COPY ./Makefile ./go.* ./.git ./
11+
COPY ./Makefile ./go.* ./
1212
COPY ./internal/forks/godotenv ./internal/forks/godotenv
1313
RUN make deps
1414

0 commit comments

Comments
 (0)