Skip to content

Commit 674b59b

Browse files
author
Brylie Christopher Oxley
committed
Remove Composer container
1 parent 15d15f6 commit 674b59b

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

development/docker-compose.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,5 @@ services:
6363
MYSQL_USER: root
6464
MYSQL_ROOT_PASSWORD: "${DB_ROOT_PASSWORD}"
6565

66-
composer:
67-
image: composer/composer
68-
container_name: cc-base-composer
69-
working_dir: /var/www/html/wp-content/themes/creativecommons-base/
70-
command: sh -c "composer install"
71-
restart: "no"
72-
depends_on:
73-
- wp
74-
volumes:
75-
- ../:/var/www/html/wp-content/themes/creativecommons-base
76-
7766
volumes:
7867
db_data:

0 commit comments

Comments
 (0)