Skip to content

Commit 074107c

Browse files
author
Amit Kumar Das
authored
fix(build): add pkg package to Dockerfile (#60)
Signed-off-by: AmitKumarDas <[email protected]>
1 parent 8782eef commit 074107c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ COPY cmd/ cmd/
2727
COPY common/ common/
2828
COPY config/ config/
2929
COPY controller/ controller/
30+
COPY pkg/ pkg/
31+
COPY test/ test/
3032
COPY types/ types/
3133

3234
# test d-operators
@@ -60,6 +62,7 @@ COPY cmd/ cmd/
6062
COPY common/ common/
6163
COPY config/ config/
6264
COPY controller/ controller/
65+
COPY pkg/ pkg/
6366
COPY types/ types/
6467

6568
# we run the test once again since this is one of the

0 commit comments

Comments
 (0)