Skip to content

Commit 951417d

Browse files
committed
Update composer install
1 parent be5182c commit 951417d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY ./ /var/www/html
1212

1313
RUN ls -al
1414

15-
RUN composer install --optimize-autoloader --no-interaction --no-dev --ignore-platform-req=ext-intl
15+
RUN composer install --no-interaction --no-dev --ignore-platform-req=ext-intl
1616

1717
RUN mkdir -p /var/www/html
1818

0 commit comments

Comments
 (0)