Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
rm prefetch from dockerfile
  • Loading branch information
kyriediculous committed Oct 31, 2024
commit b01fc30feffd48c34d49c1e24f8c04f3ed515629
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ FROM golang:1.21 AS builder
# Set the working directory inside the container
WORKDIR /app

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

COPY . ./

# Download all the dependencies
Expand Down
Loading