removed COPY instruction

This commit is contained in:
Diego Lendoiro 2018-01-15 10:05:08 +01:00
parent 37e61adfab
commit 8ed3926bf4
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ RUN apk add --no-cache $PHP_GNUPG_BUILD_DEPS \
&& curl -sS https://getcomposer.org/installer | php \ && curl -sS https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer && mv composer.phar /usr/local/bin/composer
COPY src/passbolt_api/ /var/www/passbolt/
RUN curl -sSL $PASSBOLT_URL | tar zxf - -C /var/www/passbolt --strip-components 1 \ RUN curl -sSL $PASSBOLT_URL | tar zxf - -C /var/www/passbolt --strip-components 1 \
&& cd /var/www/passbolt \ && cd /var/www/passbolt \
&& composer global require hirak/prestissimo \ && composer global require hirak/prestissimo \