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