mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 08:31:22 +00:00
Remove terminado from supervisor
This commit is contained in:
parent
0f8a1acc92
commit
338e690842
@ -74,7 +74,6 @@ COPY supervisor/supervisord.conf ${TFW_SUPERVISORD_CONF}
|
||||
COPY supervisor/components/ ${TFW_SUPERVISORD_COMPONENTS}
|
||||
COPY lib ${TFW_LIB_DIR}
|
||||
COPY src/controller ${TFW_CONTROLLER_DIR}
|
||||
COPY lib/tfw/components/terminado_mini_server.py ${TFW_TERMINADO_DIR}/
|
||||
|
||||
### TFW internals ^ ### DEMO v ###############################################################
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
[program:terminado]
|
||||
directory=%(ENV_TFW_TERMINADO_DIR)s
|
||||
command=env python terminado_mini_server.py
|
||||
autostart=false
|
Loading…
Reference in New Issue
Block a user