Acquire log path from the environment

This commit is contained in:
R. Richard
2019-06-27 14:08:39 +02:00
committed by Kristóf Tóth
parent 149dcb0b4b
commit 778f155580
2 changed files with 11 additions and 12 deletions

View File

@ -42,6 +42,7 @@ ENV PYTHONPATH="/usr/local/lib" \
TFW_SNAPSHOTS_DIR="/.tfw/snapshots" \
TFW_AUTH_KEY="/tmp/tfw-auth.key" \
TFW_HISTFILE="/home/${AVATAO_USER}/.bash_history" \
TFW_LOGFILE="/var/log/tfw.log" \
PROMPT_COMMAND="history -a"
COPY bashrc /tmp