Skip to content

Commit

Permalink
Reorganizing a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort committed Apr 16, 2024
1 parent 562124a commit f93a731
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ 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

RUN go mod download

USER 0

RUN go build -v -o app main.go
Expand Down

0 comments on commit f93a731

Please sign in to comment.