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

Conform new import routes

This commit is contained in:
Kristóf Tóth
2018-07-26 14:00:24 +02:00
parent 8fab3d2226
commit 265560b614
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,6 @@ ENV PYTHONPATH="/usr/local/lib" \
TFW_AUTH_KEY="/tmp/tfw-auth.key" \
CONTROLLER_PORT=5555
RUN pip3 install watchdog transitions
COPY ./controller/ /
CMD ["python3", "/opt/server.py"]