Update Dockerfile

This commit is contained in:
Stefan Pejcic 2024-05-10 06:45:13 +02:00 committed by GitHub
parent a6885f3458
commit 83eca26840
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,8 @@ RUN apt-get update && \
apt-get autoremove -y && \ apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
########## PHP Composer ##########
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
########## MySQL ########## ########## MySQL ##########
COPY mysqld.cnf /etc/mysql/mysql.conf.d/ COPY mysqld.cnf /etc/mysql/mysql.conf.d/