We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5182c commit 951417dCopy full SHA for 951417d
backend/Dockerfile
@@ -12,7 +12,7 @@ COPY ./ /var/www/html
12
13
RUN ls -al
14
15
-RUN composer install --optimize-autoloader --no-interaction --no-dev --ignore-platform-req=ext-intl
+RUN composer install --no-interaction --no-dev --ignore-platform-req=ext-intl
16
17
RUN mkdir -p /var/www/html
18
0 commit comments