Browse Source

Merge pull request #439 from gaby/dockerignore

Add missing entries to dockerignore
pull/441/head^2
Louis Lam 3 years ago
committed by GitHub
parent
commit
78e12ab899
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .dockerignore

2
.dockerignore

@ -2,6 +2,8 @@
/dist
/node_modules
/data
/test
/kubernetes
/.do
**/.dockerignore
**/.git

Loading…
Cancel
Save