Commit fdaa9fe2 authored by nanahira's avatar nanahira

revert composer version

parent a4d8e653
Pipeline #11137 passed with stages
in 3 minutes and 59 seconds
......@@ -25,6 +25,7 @@ RUN \
&& find storage -type d > .storage.tmpl \
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& cp .env.example .env \
&& composer self-update 1.10.10 \
&& composer install --ansi --no-dev \
&& rm .env ./storage -rf \
&& chown nginx:nginx * -R
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment