We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091c0c4 commit b01fc30Copy full SHA for b01fc30
Dockerfile
@@ -4,9 +4,6 @@ FROM golang:1.21 AS builder
4
# Set the working directory inside the container
5
WORKDIR /app
6
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
-
10
COPY . ./
11
12
# Download all the dependencies
0 commit comments