Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort committed Apr 16, 2024
1 parent f18c934 commit 562124a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
FROM registry.access.redhat.com/ubi8/go-toolset as builder

WORKDIR /go/src/app

COPY go.mod go.sum .

RUN go mod download

COPY internal/ internal/
COPY cmd/ cmd/
COPY main.go main.go
Expand Down

0 comments on commit 562124a

Please sign in to comment.