Project-wide refactor of things named Component* to EventHandler*

This commit is contained in:
Bálint Bokros
2017-12-02 15:19:05 +01:00
parent acaf8899cc
commit 62a12c605c
14 changed files with 32 additions and 34 deletions

View File

@ -27,8 +27,8 @@ ENV PATH="$PYENV_ROOT/bin:$PATH"
ENV TFW_APP_DIR="/srv/app"
COPY src/app ${TFW_APP_DIR}
ENV TFW_COMPONENTS_DIR="/opt/components"
COPY src/components ${TFW_COMPONENTS_DIR}
ENV TFW_EVENT_HANDLERS_DIR="/opt/event_handlers"
COPY src/event_handlers ${TFW_EVENT_HANDLERS_DIR}
# Copy config
ENV TFW_CONFIG_DIR="/usr/local/lib/"