diff --git a/.dockerignore b/.dockerignore index 713cdb7a..c2fa85b9 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,6 @@ * !app/ +!frontend/ !tests/ !tools/ !.coveragerc @@ -18,3 +19,8 @@ app/**/staticfiles/ app/**/venv/ app/**/__pycache__/ tests/**/__pycache__/ + +frontend/.nuxt/ +frontend/coverage/ +frontend/dist/ +frontend/node_modules/