Skip to content

Commit

Permalink
Merge pull request #9 from avi-biton/docker
Browse files Browse the repository at this point in the history
add pkg/notifier to Dockerfile
  • Loading branch information
avi-biton authored Jul 23, 2024
2 parents 4015e16 + e5b20d2 commit 94da9cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN go mod download
# Copy the go source
COPY cmd/main.go cmd/main.go
COPY internal/controller/ internal/controller/
COPY pkg/notifier/ pkg/notifier/

# Build
# the GOARCH has not a default value to allow the binary be built according to the host where the command
Expand Down

0 comments on commit 94da9cd

Please sign in to comment.