diff options
-rw-r--r-- | .dockerignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 4f5b33de167..d5568619169 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,6 +10,7 @@ # - ./INSTALLATION_TYPE # - ./VERSION +/.git/ /app/ /bin/ /builds/ @@ -69,6 +70,7 @@ /locale/ /log/ /modules/ +/node_modules/ /plugins/ /public/ /rubocop/ |