commit | f4a94aaee43bc36caf0ceedb4dcb9f97273d41af | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Wed Jun 15 17:23:20 2016 -0700 |
committer | alshabib <alshabibi.ali@gmail.com> | Wed Jun 15 17:23:20 2016 -0700 |
tree | dc4be454312cf5f7853d580f18dc24be019c15ad | |
parent | 33150a217ed6330bcbabd850488919e3e277d4a3 [diff] |
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