sed: can't read /opt/xos/planetstack/settings.py: No such file or directory

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
diff --git a/Dockerfile b/Dockerfile
index 6da1e5a..d84e66a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -89,7 +89,7 @@
 RUN service postgresql start; sudo -u postgres psql -c "alter user postgres with password 'password';"
 
 # Turn DEBUG on so that devel server will serve static files
-RUN sed -i 's/DEBUG = False/DEBUG = True/' /opt/xos/planetstack/settings.py
+RUN sed -i 's/DEBUG = False/DEBUG = True/' /opt/xos/xos/settings.py
 
 # Cruft to workaround problems with migrations, should go away...
 RUN /opt/xos/scripts/opencloud dropdb