diff --git a/.dockerignore b/.dockerignore index 87087e5526..1ff2e91ddd 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ client/.tmp/ -client/node_modules/ +node_modules/ +.tmp/ .git/ -.vagrant/