Skip to content

Commit

Permalink
add composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Tang committed Jan 10, 2024
1 parent 44a87c2 commit cc4bd49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ RUN set -ex; \
cd /usr/src/app; \
bin/install-wp-tests.sh "" "" "" "" latest true; \
composer install; \
composer update; \
yarnpkg
COPY . /usr/src/app
1 change: 1 addition & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
# inside the container
echo '=== Installing dependencies ==='
composer install
composer update
yarnpkg install
echo '=== Waiting for MySQL to be ready ==='
Expand Down

0 comments on commit cc4bd49

Please sign in to comment.