Andy Bavier | adc065d | 2015-09-01 17:43:03 -0400 | [diff] [blame] | 1 | FROM xos:latest |
| 2 | MAINTAINER Andy Bavier <acb@cs.princeton.edu> |
| 3 | |
| 4 | ADD xos/observers/vcpe/supervisor/vcpe-observer.conf /etc/supervisor/conf.d/ |
Andy Bavier | e43810e | 2015-09-09 15:35:08 -0400 | [diff] [blame] | 5 | RUN sed -i 's/proxy_ssh=True/proxy_ssh=False/' /opt/xos/observers/vcpe/vcpe_observer_config |
svavilap | af91108 | 2015-10-13 23:50:03 -0400 | [diff] [blame] | 6 | ADD xos/observers/monitoring_channel/supervisor/monitoring_channel_observer.conf /etc/supervisor/conf.d/ |
| 7 | RUN sed -i 's/proxy_ssh=True/proxy_ssh=False/' /opt/xos/observers/monitoring_channel/monitoring_channel_observer_config |