mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 22:07:17 +00:00
Make webide display webservice authentication module
This commit is contained in:
parent
511e16c514
commit
0e83c31587
@ -20,7 +20,7 @@ ADD solvable/src/webservice/frontend-deps.tar ${TFW_WEBSERVICE_DIR}/static
|
||||
|
||||
# Create IDE directory, symlink server source and give proper permissions to AVATAO_USER
|
||||
RUN mkdir -p ${TFW_IDE_WD} &&\
|
||||
ln -s ${TFW_WEBSERVICE_DIR}/server.py ${TFW_IDE_WD} &&\
|
||||
ln -s ${TFW_WEBSERVICE_DIR}/user_ops.py ${TFW_IDE_WD} &&\
|
||||
chown -R ${AVATAO_USER}: ${TFW_IDE_WD} && chmod -R 755 ${TFW_IDE_WD}
|
||||
|
||||
# Hide TFW related code from user
|
||||
|
@ -84,4 +84,4 @@ def servererror(error):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(host='127.0.0.1', debug=True, port=11111)
|
||||
app.run(host='127.0.0.1', debug=False, port=11111)
|
||||
|
Loading…
Reference in New Issue
Block a user