tomsik68 / docker-xampp

Dockerfile to build an image containing XAMPP(MySQL + PHP + PHPMyAdmin) running on Debian system with SSH server
https://hub.docker.com/r/tomsik68/xampp/
MIT License
197 stars 109 forks source link

Path Problem #65

Closed romallie0214 closed 4 months ago

romallie0214 commented 4 months ago

having path problem in my project "/dist/css/adminlte.css" cannot be recognized

tomsik68 commented 4 months ago

Hey, thank you for reaching out! Can you please clarify which program is reporting this error message? At first glance, it seems like a frontend problem reported by your web browser which can be resolved by changing the path to something else. Perhaps /www/dist/css/adminlte.css could work better?

romallie0214 commented 4 months ago

It works!

On Wed, Jul 17, 2024 at 2:25 PM Tomáš Jašek @.***> wrote:

Hey, thank you for reaching out! Can you please clarify which program is reporting this error message? At first glance, it seems like a frontend problem reported by your web browser which can be resolved by changing the path to something else. Perhaps /www/dist/css/adminlte.css could work better?

— Reply to this email directly, view it on GitHub https://github.com/tomsik68/docker-xampp/issues/65#issuecomment-2232523431, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI2WTMXUK4EC5P4MHJABKUDZMYE6LAVCNFSM6AAAAABK75NY7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZSGUZDGNBTGE . You are receiving this because you authored the thread.Message ID: @.***>

tomsik68 commented 4 months ago

I'm glad you were able to get this to work :tada: