Skip to content

Commit

Permalink
Update composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-pr committed Dec 3, 2024
1 parent be5182c commit 951417d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY ./ /var/www/html

RUN ls -al

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

RUN mkdir -p /var/www/html

Expand Down

0 comments on commit 951417d

Please sign in to comment.