chown'ing repo files when copied into the container
diff --git a/Dockerfile b/Dockerfile
index f4a63a8..d3c6b0b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,5 +2,4 @@
 MAINTAINER Ali Al-Shabibi <ali@onlab.us>
 
 COPY repository /usr/share/nginx/html/repository
-
-
+RUN chown nginx:nginx -R /usr/share/nginx/html/repository