Update Dockerfile

This commit is contained in:
Stefan Pejcic
2024-05-10 06:45:41 +02:00
committed by GitHub
parent 83eca26840
commit e0c9b69572

View File

@@ -1,4 +1,3 @@
FROM ubuntu:latest
LABEL maintainer="stefan@pejcic.rs"
@@ -54,6 +53,8 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
########## PHP Composer ##########
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
########## MySQL ##########
COPY mysqld.cnf /etc/mysql/mysql.conf.d/