Closed bckelley closed 1 year ago
Can you run ls -lR
and give us the command you run to build the image?
what exactly am I looking for in ls -lR
?
Command to build : docker build -t bckelley/phpmyadmin -f pma/Dockerfile .
everytime I build the image it writes over the themes already installed deleting pmahomme which breaks the interface. I have tried both COPY and ADD with the same result.
everytime I build the image it writes over the themes already installed deleting pmahomme which breaks the interface. I have tried both COPY and ADD with the same result.
Okay, that's easier to debug The copy the theme folder and not the root
COPY ./themes/boodark /var/www/html/themes/boodark
ls -lR
I am looking to see your directory structure and see what the Docker daemon receives
what exactly am I looking for in
ls -lR
?Command to build :
docker build -t bckelley/phpmyadmin -f pma/Dockerfile .
@williamdes it actually a combo of the file flag and me being in the wrong directory, oops. I did into another issue but I'm positive it's a docker issue.
I am glad this helped you Let us know if you need further help
This repository contains only Docker integration of phpMyAdmin.
Please do not report bugs in phpMyAdmin itself here, use https://github.com/phpmyadmin/phpmyadmin/issues instead.