andrefelipe / vite-php-setup

Example on how to run Vite on traditional PHP sites
https://github.com/vitejs/vite
358 stars 52 forks source link

Dockerize #13

Closed mrothauer closed 1 year ago

mrothauer commented 1 year ago

Hi,

thank you for that great tool! It helps me getting started with adding modern technologies to my php projects!

I added a docker-compose.yml with nginx and npm (in a correct version) preinstalled. Feel free to merge and adapt my changings.

Mario

andrefelipe commented 1 year ago

Thank you very much @mrothauer the docker setup looks very clean.

The goal for this repository is to be as slim as possible, so I will have to leave the Docker feature out.

But I will add your fork to the ReadMe OK?

mrothauer commented 1 year ago

I understand that, linking to the fork is fine for me!