- Start Docker-compose with this command:
docker compose up - Log in to the my-nodejs Docker container:
docker exec -it my-nodejs bash - Now inside the my-nodejs container start vite:
npm run vite - Now go in your browser to
http://localhost:7777/@vite/client - See that the default HTML page loads instead of the vite client
danielroe/nuxt3-problem
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- Dockerfile 83.5%
- HTML 8.7%
- Shell 7.8%