Include pkg dir when building docker image
This commit is contained in:
parent
103fe5718b
commit
bb26725c67
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
# Only add necessary files to the Docker build context (Dockerfiles are always included implicitly)
|
# Only add necessary files to the Docker build context (Dockerfiles are always included implicitly)
|
||||||
!/build/
|
!/build/
|
||||||
!/internal/
|
!/internal/
|
||||||
|
!/pkg/
|
||||||
!/go.mod
|
!/go.mod
|
||||||
!/go.sum
|
!/go.sum
|
||||||
!main.go
|
!main.go
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue