Skip to content

Commit

Permalink
composerを消す
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Oct 2, 2024
1 parent 5415234 commit be732e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ RUN curl -s https://getcomposer.org/installer | php; \

COPY composer.local.json /var/www/html/composer.local.json
RUN cd /var/www/html; composer install; composer update
RUN rm -r /var/www/html/composer.local.json /var/www/html/composer.lock /var/www/html/composer.json

# RUN composer require phpmailer/phpmailer
# COPY mailsender.php /var/www/html/mailsender.php
Expand Down

0 comments on commit be732e7

Please sign in to comment.