accounts/docker/phpmyadmin/Dockerfile
ErickSkrauch f33439d829 Completely untie the backend from the frontend.
Build nginx and mariadb together with the app image.
Upgrade docker-compose configuration to 3 version.
Add cleanup step to the gitlab-ci.
2019-04-06 15:52:23 +02:00

4 lines
75 B
Docker

FROM phpmyadmin/phpmyadmin:4.8.5
COPY config.inc.php /usr/src/phpmyadmin/