Skip to content

Commit 8a8dd74

Browse files
committed
Fix CI
1 parent 2b39612 commit 8a8dd74

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rebuild:
88
docker compose up -d --build
99

1010
composer:
11-
docker compose exec -it php sh -c "composer install"
11+
docker compose exec -it php sh -c "composer update"
1212

1313
cs:
1414
docker compose exec -it php sh -c "composer run cs"

tools/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ RUN chmod -R 0777 .
1616

1717
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
1818

19-
RUN mkdir -p /var/www/.composer
20-
21-
RUN chown www-data:www-data -R /var/www/.composer
22-
2319
WORKDIR /var/www/html
2420

2521
ADD . /var/www/html

0 commit comments

Comments
 (0)