Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
fix(Dockerfile): copy dirs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Goodness <michael.goodness@mlb.com>
  • Loading branch information
mgoodness committed Jan 13, 2021
1 parent c220bd3 commit 8056c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN go mod download

# Copy the go source
COPY main.go .
COPY api/ .
COPY pkg/ .
COPY api/ api/
COPY pkg/ pkg/

# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -ldflags="-w -s" -a -o applicationset-controller main.go
Expand Down

0 comments on commit 8056c5d

Please sign in to comment.