donnikitos / vite-plugin-php

Vite's speed and tooling to preprocess PHP-files!
https://www.npmjs.com/package/vite-plugin-php
MIT License
30 stars 0 forks source link

Question: PHP binary from docker container #19

Closed boga001 closed 2 months ago

boga001 commented 2 months ago

Hi,

I am wondering if it would be possible to point the PHP binary to a docker container?

Thanks

donnikitos commented 2 months ago

Hi @boga001, I have not tried that yet, but in theory that should work without any problems. Just keep in mind that the Vite installation/ configuration probably should also be in that container.

Cheers