From b54c91848bd88d13f2643dfed8d47ed589fee270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Wed, 4 Apr 2018 17:48:49 +0200 Subject: [PATCH] Remove tfw server init from baseimage (part of child contract now) --- supervisor/supervisord.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/supervisor/supervisord.conf b/supervisor/supervisord.conf index 9efcd76..6e9e04c 100644 --- a/supervisor/supervisord.conf +++ b/supervisor/supervisord.conf @@ -18,9 +18,5 @@ command=/usr/sbin/nginx -g 'daemon off;' autostart=true autorestart=true -[program:app] -directory=%(ENV_TFW_APP_DIR)s -command=python3 app.py - [include] files=%(ENV_TFW_SUPERVISORD_COMPONENTS)s/*.conf