Skip to content

Commit

Permalink
docker-compose: remove -mod=vendor flag
Browse files Browse the repository at this point in the history
Having the flag causes go run to look for and use a pre-created
vendor directory, removing it will make sure the deps are pulled
down during the run execution process and bring the docs back in
line with the functionality.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Aug 19, 2022
1 parent c9041ef commit dfd68db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ x-anchors:
command:
- go
- run
- -mod=vendor
- .
- -conf
- /etc/clair.yaml
Expand Down

0 comments on commit dfd68db

Please sign in to comment.