Fix recursive chmod regression.

This commit is contained in:
Dan Helfman 2019-03-06 21:46:07 -08:00
parent a961f301ad
commit 43eb288ee9
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ RUN addgroup --system mediagoblin \
&& useradd --system --uid 1000 --gid mediagoblin --groups www-data --home-dir /var/lib/mediagoblin \
--shell /bin/bash mediagoblin \
&& mkdir /app/user_dev \
&& chmod 0750 /app/user_dev \
&& chmod --recursive 0750 /app/user_dev \
&& rm /etc/nginx/sites-enabled/default \
&& chmod +x /sbin/tini /sbin/wait-for /sbin/run.sh