Версия 0.4.0 #7

Merged
kor-elf merged 13 commits from develop into main 2025-02-15 00:07:48 +05:00
Showing only changes of commit b729d057a9 - Show all commits

View File

@ -110,6 +110,7 @@ WORKDIR /var/www/html
STOPSIGNAL SIGTERM STOPSIGNAL SIGTERM
RUN apk --no-cache add git \ RUN apk --no-cache add git \
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN mkdir "/.composer" && chmod -R 0777 "/.composer"
ENTRYPOINT ["composer"] ENTRYPOINT ["composer"]