Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. root@non_crit_back:~# docker run -v /root/orchestra/ezil_telegram_bot/.env:/.env --name=telegram_bot ezil/telegram_bot:staging bundle exec rake db:create db:schema:load --trace
  2. ** Invoke db:create (first_time)
  3. ** Invoke db:load_config (first_time)
  4. ** Invoke environment (first_time)
  5. ** Execute environment
  6. rake aborted!
  7. NameError: uninitialized constant Dotenv
  8. /usr/local/bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/active_support.rb:79:in `block in load_missing_constant'
  9. /usr/local/bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement