Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mraron committed Aug 24, 2024
1 parent f47968c commit 03dc808
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ COPY go.mod ./
COPY go.sum ./
RUN go mod download && go install github.com/go-delve/delve/cmd/dlv@latest

COPY static/ ./static
COPY cmd/ ./cmd
COPY pkg/ ./pkg
COPY internal/ ./internal
Expand Down

0 comments on commit 03dc808

Please sign in to comment.