Skip to content

Commit

Permalink
Change group to www-data
Browse files Browse the repository at this point in the history
Recursively change group to www-data and add read/write to group for
/reposado.
  • Loading branch information
Scott Blake authored and Scott Blake committed Mar 20, 2015
1 parent c883c98 commit b214811
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ RUN apt-get update \
&& rm -f master /etc/nginx/sites-enabled/default /etc/service/nginx/down \
&& rm -rf wdas-reposado-* /var/lib/apt/lists/* /tmp/* /var/tmp/*

COPY preferences.plist /reposado/code/preferences.plist
COPY reposado.conf /etc/nginx/sites-enabled/reposado.conf
COPY preferences.plist /reposado/code/
COPY reposado.conf /etc/nginx/sites-enabled/

RUN chgrp -R www-data /reposado \
&& chmod -R g+wr /reposado

VOLUME /reposado/html
VOLUME /reposado/metadata

0 comments on commit b214811

Please sign in to comment.