Implement setting working directory from ENV

This commit is contained in:
Kristóf Tóth
2018-01-24 16:26:01 +01:00
parent c7bc588397
commit eedf589ab7
3 changed files with 7 additions and 4 deletions

View File

@ -54,6 +54,7 @@ ENV TFW_APP_DIR="/srv/app"
ENV TFW_FRONTEND_DIR="/srv/frontend"
ENV TFW_LOGIN_APP_DIR="/tmp/source_code_server"
ENV TFW_TERMINADO_DIR="/tmp/terminado_server"
ENV TFW_TERMINADO_WD="/home/${AVATAO_USER}"
ENV TFW_LIB_DIR="/usr/local/lib/"
ENV TFW_SUPERVISORD_CONF="/etc/supervisor/supervisord.conf"