Remove tfw server init from baseimage (part of child contract now)

This commit is contained in:
Kristóf Tóth 2018-04-04 17:48:49 +02:00
parent 19f819c142
commit b54c91848b

View File

@ -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