Rename webservice directory in Dockerfile to match service name

This commit is contained in:
Kristóf Tóth 2018-05-04 10:02:30 +02:00
parent 89103f7c31
commit 19278ecb77
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN pip3 install Flask==1.0 \
# Define variables to use later
ENV TFW_SERVER_DIR="/srv/.tfw" \
TFW_WEBSERVICE_DIR="/srv/login_service" \
TFW_WEBSERVICE_DIR="/srv/webservice" \
TFW_IDE_WD="/home/${AVATAO_USER}/workdir" \
TFW_TERMINADO_WD="/home/${AVATAO_USER}/workdir"