Skip to content

Commit

Permalink
fix copying the same file twice
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmichels committed Jun 13, 2023
1 parent 2256c8b commit 5456dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.20-alpine3.18 AS builder

WORKDIR /app

COPY go.mod .
COPY go.sum .
COPY go.mod .

RUN go mod download
Expand Down

0 comments on commit 5456dd8

Please sign in to comment.