mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
ignore platform deps with docker
This commit is contained in:
parent
54260646e0
commit
fa7a6f9b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ COPY composer.json /app
|
|||
COPY src /app/src
|
||||
|
||||
RUN wget https://getcomposer.org/composer.phar \
|
||||
&& php composer.phar -d=/app install --no-dev --no-interaction \
|
||||
&& php composer.phar -d=/app install --no-dev --no-interaction --ignore-platform-reqs \
|
||||
&& rm composer.phar
|
||||
|
||||
RUN echo "clear_env = no" >> /usr/local/etc/php/php-fpm.conf \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue