erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

Write sys.config and vm.args to any directory #693

Closed tsloughter closed 5 years ago

tsloughter commented 5 years ago

Running a read-only container with a writable tmpfs mount currently isn't able to run a release that replaces os vars because it wants to write to the same directory as the source file.

So there should be a way to set where sys.config and vm.args are written when os vars are replaced in them.

tsloughter commented 5 years ago

Issue with this was resolved by #700