Skip to content

Commit 3ecfe31

Browse files
author
Aleksandr
committed
COMPOSER_ALLOW_SUPERUSER for docker
1 parent b85724b commit 3ecfe31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
1212

1313
COPY . /app
1414

15-
RUN composer install
15+
RUN COMPOSER_ALLOW_SUPERUSER=1 composer install

0 commit comments

Comments
 (0)