This commit is contained in:
Diego Lendoiro 2017-06-15 17:31:09 +01:00
parent 93f56f5866
commit deb9fec33c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ RUN curl -sS https://getcomposer.org/installer | php && \
mv composer.phar /usr/local/bin/composer
RUN mkdir /var/www/passbolt && curl -sSL $PASSBOLT_URL | \
tar zxf - -C /var/www/passbolt --strip-components 1 && \
tar zxf - -C /var/www/passbolt --strip-components 1 && \
chown -R nginx:nginx /var/www/passbolt && \
chmod -R +w /var/www/passbolt/app/tmp && \
chmod +w /var/www/passbolt/app/webroot/img/public