Skip to content

Commit c551b9b

Browse files
committed
chore: composer runs as superuser in container
1 parent 1e85d97 commit c551b9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
platform:
2020
build: .
2121
environment:
22+
COMPOSER_ALLOW_SUPERUSER: "1"
2223
APP_KEY: SomeRandomKey!!!SomeRandomKey!!!
2324
DOCKERIZE_TIMEOUT: 180s
2425
DOCKERIZE_WAIT_FOR_mysql: tcp://mysql:3306
@@ -48,6 +49,7 @@ services:
4849
platform_tasks:
4950
build: .
5051
environment:
52+
COMPOSER_ALLOW_SUPERUSER: "1"
5153
APP_KEY: SomeRandomKey!!!SomeRandomKey!!!
5254
DOCKERIZE_TIMEOUT: 180s
5355
DOCKERIZE_WAIT_FOR_mysql: tcp://mysql:3306

0 commit comments

Comments
 (0)