Skip to content

Commit

Permalink
chore: add ellipsis Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smsunarto committed Jun 29, 2024
1 parent c206c51 commit c459183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ellipsis.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /go/src/app
# Copy the go module files and download the dependencies
# We do this before copying the rest of the source code to avoid
# having to re-download the dependencies every time we build the image
COPY /cardinal/go.mod /cardinal/go.sum ./
COPY go.mod go.sum ./
RUN go mod download

# Copy the rest of the source code and build the binary
Expand Down

0 comments on commit c459183

Please sign in to comment.