8 lines
149 B
Docker
8 lines
149 B
Docker
FROM phpmyadmin
|
|
|
|
# COPY APACHE ports
|
|
COPY ports.conf /etc/apache2/ports.conf
|
|
|
|
# COPY MYSQL config
|
|
COPY mysql.ini /usr/local/etc/php/conf.d/mysql.ini
|