diff --git a/Dockerfile b/Dockerfile index 4147105..5772ee0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ############################################################### diff --git a/supervisor/components/terminado.conf b/supervisor/components/terminado.conf deleted file mode 100644 index 30c441d..0000000 --- a/supervisor/components/terminado.conf +++ /dev/null @@ -1,4 +0,0 @@ -[program:terminado] -directory=%(ENV_TFW_TERMINADO_DIR)s -command=env python terminado_mini_server.py -autostart=false