diff --git a/api/.dockerignore b/api/.dockerignore index f96596a..ce4fbe7 100644 --- a/api/.dockerignore +++ b/api/.dockerignore @@ -1,3 +1,5 @@ +# Exclude migrations folder +!/migrations/ # Python __pycache__ *.pyc