diff --git a/app/views/imports/new.html.erb b/app/views/imports/new.html.erb index d489a747..dbd4d3b9 100644 --- a/app/views/imports/new.html.erb +++ b/app/views/imports/new.html.erb @@ -10,11 +10,20 @@
- $ rake import:big_file['tmp/Records.json','user@email.com']
+ $ bundle exec rake import:big_file['tmp/Records.json','user@email.com']
Don't forget to replace email with email address of your Dawarich user.
+
+ The command must be ran in your docker container, so you need to connect to it first:
+
+
+
+ $ docker exec -it dawarich_web_1 bash
+
+
+