blob: ee0879d2ed3a3dbbde90b17e8b5d1304d21ad1d9 [file] [log] [blame]
Andy Bavieradc065d2015-09-01 17:43:03 -04001FROM xos:latest
2MAINTAINER Andy Bavier <acb@cs.princeton.edu>
3
4ADD xos/observers/vcpe/supervisor/vcpe-observer.conf /etc/supervisor/conf.d/
Andy Baviere43810e2015-09-09 15:35:08 -04005RUN sed -i 's/proxy_ssh=True/proxy_ssh=False/' /opt/xos/observers/vcpe/vcpe_observer_config
svavilapaf911082015-10-13 23:50:03 -04006ADD xos/observers/monitoring_channel/supervisor/monitoring_channel_observer.conf /etc/supervisor/conf.d/
7RUN sed -i 's/proxy_ssh=True/proxy_ssh=False/' /opt/xos/observers/monitoring_channel/monitoring_channel_observer_config