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)
|
||||
!/build/
|
||||
!/internal/
|
||||
!/pkg/
|
||||
!/go.mod
|
||||
!/go.sum
|
||||
!main.go
|
||||
|
|
Loading…
Add table
Reference in a new issue