Skip to content

Commit

Permalink
Fixed Nginx temporary data folder permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Apr 27, 2017
1 parent 40ff735 commit fb7c650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web-nginx-mysql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CO
apt-get ${APT_FLAGS_COMMON} clean && \
mkdir -p /var/lib/php5 && \
chown --quiet -R www-data:www-data /var/lib/php5 && \
rm -rf /var/cache/nginx/* && \
rm -rf /var/lib/apt/lists/*

ARG MAJOR_VERSION=master
Expand Down
1 change: 1 addition & 0 deletions web-nginx-pgsql/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CO
apt-get ${APT_FLAGS_COMMON} clean && \
mkdir -p /var/lib/php5 && \
chown --quiet -R www-data:www-data /var/lib/php5 && \
rm -rf /var/cache/nginx/* && \
rm -rf /var/lib/apt/lists/*

ARG MAJOR_VERSION=master
Expand Down

0 comments on commit fb7c650

Please sign in to comment.