git clone https://github.com/saulmoralespa/booking-laravel-vue.git
cd booking-laravel-vue
composer install
npm install
cp .env.example .env
Agregar variable de entorno VITE_BACKEND_URL=http://localhost Debe ser el mismo valor de APP_URL
npm run build
docker compose up -d --build