tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

fix(docker): move env processing out of entrypoint #178

Closed leet4tari closed 1 year ago

leet4tari commented 1 year ago

Description Move env processing out of entrypoint, as we can have shell substitution or extra argument processing, but no both. Also fix user creation in docker

Motivation and Context entrypoint can still be overridden with any parameters, start_tari_app.sh only assists with some basic good defaults.

How Has This Been Tested? Tested locally, but not thoroughly.