mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 09:15:12 +00:00
Project-wide refactor of things named Component* to EventHandler*
This commit is contained in:
@ -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/"
|
||||
|
Reference in New Issue
Block a user