modificacion de readme.md

master
Francisco Sandoval 2024-03-14 20:40:46 -03:00
parent 672c34355e
commit d69c88eaab
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ services:
- 4002:4002
environment:
- PORT=4002
- VITE_TRANSPORTE_API=https://transporte.hz.kursor.cl/api
- VITE_TRANSPORTE_USER=11111111-1
- VITE_TRANSPORTE_PASS=usuario1
command: sh -c "
[ -d node_modules ] || (npm install) ;
npm run dev