diff --git a/entrypoint.sh b/entrypoint.sh
index 6e8230fdf3a23e4d4efde8fa8ef3d58e85431081..8dcd208ac3b4739dc87d4b300d4dc830aecb7a97 100644
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,5 +1,4 @@
 #!/bin/bash
-
-aws --no-sign-request --endpoint-url "https://s3.clarin-pl.eu" s3 cp s3://workers/symspell/vocabs /home/worker
+aws --no-sign-request --endpoint-url "https://s3.clarin-pl.eu" s3 cp s3://workers/symspell/vocabs/ /home/worker/ --recursive
 
 python main.py
\ No newline at end of file