Dockerfile, RPM, and setup.py changes to match directory rename
diff --git a/Dockerfile b/Dockerfile
index 9000b6b..09a5eb3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -85,7 +85,7 @@
 RUN ln -s /usr/local/share/phantomjs/bin/phantomjs /bin/phantomjs
 
 # Get XOS 
-ADD planetstack /opt/xos
+ADD xos /opt/xos
 
 ADD observer-initscript /etc/init.d/plstackobserver