fix php 8.4 dockerfile

fix makefile, fix docker warnings
This commit is contained in:
2024-11-22 13:07:30 +07:00
parent 034670eea1
commit 7098f971fd
10 changed files with 16 additions and 16 deletions

View File

@@ -27,4 +27,4 @@ RUN curl -sS https://getcomposer.org/installer | php -- \
--version=${COMPOSER_VERSION} \
--install-dir=/usr/local/bin
RUN mkdir -m 777 -p /var/composer/
ENV COMPOSER_HOME /var/composer/
ENV COMPOSER_HOME=/var/composer/