Skip to content

Commit

Permalink
fix: Dockerfile to point to controllers intead of controller dir
Browse files Browse the repository at this point in the history
Signed-off-by: Anand Kumar Singh <[email protected]>
  • Loading branch information
anandrkskd committed Jul 16, 2024
1 parent 2535222 commit 292b13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN go mod download
COPY cmd/main.go cmd/main.go
COPY api/ api/
COPY common/ common/
COPY controller/ controller/
COPY controllers/ controllers/
COPY version/ version/

# Build
Expand Down

0 comments on commit 292b13c

Please sign in to comment.