Skip to content

Commit

Permalink
Avoid pulling in the local context when building the docker image
Browse files Browse the repository at this point in the history
This shaves 10.4 seconds spent pulling in the entire working directory, which just gets ignored since we do a gem install of inspec.

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Dec 18, 2020
1 parent 81a7e70 commit 26c396e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# We don't want/need anything from the local system, so ignore everything.
*

0 comments on commit 26c396e

Please sign in to comment.