Loading Dockerfile +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ RUN chown www-data:www-data /var/script /var/www -R \ && mkdir -p /home/www-data/.ssh \ && chown www-data:www-data /home/www-data/ -R \ && chmod 700 /home/www-data/.ssh # Use the default production configuration RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" # copy composer executable from official Docker image # https://hub.docker.com/_/composer COPY --from=composer:1.8 /usr/bin/composer /usr/bin/composer Loading Loading
Dockerfile +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ RUN chown www-data:www-data /var/script /var/www -R \ && mkdir -p /home/www-data/.ssh \ && chown www-data:www-data /home/www-data/ -R \ && chmod 700 /home/www-data/.ssh # Use the default production configuration RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" # copy composer executable from official Docker image # https://hub.docker.com/_/composer COPY --from=composer:1.8 /usr/bin/composer /usr/bin/composer Loading