Skip to content

Commit b01fc30

Browse files
committed
rm prefetch from dockerfile
1 parent 091c0c4 commit b01fc30

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ FROM golang:1.21 AS builder
44
# Set the working directory inside the container
55
WORKDIR /app
66

7-
# prefetch the binaries, so that they will be cached and not downloaded on each change
8-
RUN go run github.com/steebchen/prisma-client-go prefetch
9-
107
COPY . ./
118

129
# Download all the dependencies

0 commit comments

Comments
 (0)