This is in the $PATH now

This commit is contained in:
Leopere 2018-10-02 18:11:43 -04:00
parent 61301d1261
commit ba99a183a1

View file

@ -9,7 +9,7 @@ chmod -R 755 /etc/lbrycrdd
rm -f /var/run/lbrycrdd.pid
## For now keeping this simple. Potentially eventually add all command args as envvars for the Dockerfile or use safe way to add args via docker-compose.yml
~/lbrycrdd \
lbrycrdd \
-conf=${CONF_PATH:-/etc/lbrycrdd/lbrycrdd.conf} \
-data=${DATA_DIR:-/data/} \
-port=${PORT:-9246} \