Skip to content

Commit

Permalink
fix(ci): missing folder in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
  • Loading branch information
Al-Pragliola committed Feb 5, 2025
1 parent 3975e68 commit 51567e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN go mod download
# Copy the go source
COPY cmd/main.go cmd/main.go
COPY api/ api/
COPY internal/controller/ internal/controller/
COPY internal/ internal/

# Copy Makefile and build command requirements
COPY config/ config/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ status:
kind: ""
plural: ""
conditions: []
storedVersions: []
storedVersions: []

0 comments on commit 51567e0

Please sign in to comment.