From adba77e61052d0ea6cf65d319a12630fed738e42 Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Fri, 5 May 2017 11:07:50 +0200 Subject: [PATCH] Little identation fixes --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index eebdda9..32d518d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,10 +61,10 @@ 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 && \ - chown -R nginx:nginx /var/www/passbolt && \ - chmod -R +w /var/www/passbolt/app/tmp && \ - chmod +w /var/www/passbolt/app/webroot/img/public + 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 COPY conf/passbolt.conf /etc/nginx/conf.d/default.conf COPY bin/docker-entrypoint.sh /docker-entrypoint.sh