Modify Dockerfile
diff --git a/Dockerfile b/Dockerfile
index 11bdc99..72ffae2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,7 @@
 FROM nginx
 
-COPY documentation/website/build/streampipes-docs/ /usr/share/nginx/html/docs
-COPY docs-python/ /usr/share/nginx/html/docs/docs/python
-COPY build/ /usr/share/nginx/html
+COPY website-v2/build/ /usr/share/nginx/html
+COPY docs-python/ /usr/share/nginx/html/python
 
 COPY nginx_config/nginx.conf /etc/nginx/nginx.conf
 COPY nginx_config/default.conf /etc/nginx/conf.d/default.conf