Haroun-Azoulay / vuejs_infinity-code

0 stars 0 forks source link

Problem with Dockerfile on VueJS #1

Open Haroun-Azoulay opened 2 months ago

Haroun-Azoulay commented 2 months ago
Haroun-Azoulay commented 2 months ago

My dockerfile don't works on local but work over network => ok it's done i just add -p 5173:5173 (specifies that port 5173 of the host machine (the first number) will be mapped to port 5173 of the container (the second number) for this url (http://localhost:5173/) for exemple so thats it's good.