Create initial version of SourceCodeEventHandler

This commit is contained in:
Bálint Bokros
2018-01-10 16:47:25 +01:00
parent 3e14b000b1
commit 1d1cab228b
6 changed files with 103 additions and 0 deletions

View File

@ -25,6 +25,8 @@ RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/p
ENV TFW_APP_DIR="/srv/app"
COPY src/app ${TFW_APP_DIR}
ENV TFW_LOGIN_APP_DIR="/tmp/source_code_server"
ENV TFW_LOGIN_APP_PORT=6666
ENV TFW_EVENT_HANDLERS_DIR="/opt/event_handlers"
COPY src/event_handlers ${TFW_EVENT_HANDLERS_DIR}