Skip to content

Commit

Permalink
remove composer update line in dockerfile and docker-compose-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Tang committed Jan 10, 2024
1 parent 1ca894f commit f3cfd81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ 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: 0 additions & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ 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 f3cfd81

Please sign in to comment.