1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-06-28 18:35:12 +00:00

Replace TFWConnector with PipeIO in the webservice

This commit is contained in:
R. Richard
2019-06-07 14:42:02 +02:00
parent 1b53222937
commit 9d9021d01d
3 changed files with 79 additions and 14 deletions

View File

@ -1,11 +1,5 @@
FROM eu.gcr.io/avatao-challengestore/tutorial-framework
# Install webservice dependencies
RUN pip3 install Flask==1.0 \
SQLAlchemy==1.2.7 \
passlib==1.7.1 \
git+https://github.com/avatao-content/tfwconnector.git#subdirectory=python3
# Define variables to use later
ENV TFW_EHMAIN_DIR="${TFW_DIR}/builtin_event_handlers" \
TFW_WEBSERVICE_DIR="/srv/webservice" \