A Docker-based installer and runtime for the Symfony web framework, with full HTTP/2, HTTP/3 and HTTPS support.
- If not already done, [install Docker]
- Run
docker build -t my-vite-app .to build fresh images - Run
docker run -p 8000:8000 my-vite-app(the logs will be displayed in the current shell)
Enjoy!