-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module Toml.Provider is not available #15
Comments
Hm! I've also ran into this one. I tried cleaning out _build... This app used to build and run with distillery... My Dockerfile is here. https://github.com/djthread/lucidboard/blob/master/assets/ops/release/Dockerfile |
I don't know if it's the case for you, but my coworker found out, that I forgot to include toml in the list of included applications in mix.exs |
Nice! Thank you, @Awlexus. Adding |
It works with :extra_applications. Thank you |
First of all thank you very much for you work. Live with default erlang's sys.config is terrible:)
I'm trying to use toml with distillery and getting the error when start an application:
Release was build with commands:
It seems toml is not included in release and I don't realise why. My environment is below:
mix.exs:
rel/config.exs:
Elixir 1.8.1
Erlang 21.2.3
CentOS 7.4
The text was updated successfully, but these errors were encountered: