- Start builder container:
docker compose up --build -d - Open shell inside the container:
docker exec -it cocktail-db-frontend-builder bash
Commands inside the container:
npm installnpm run dev- start dev server @ http://localhost:5173/npm run build- build for productionnpm run build && npm run preview- start prod server @ http://localhost:4173/npm run type-check && npm run lint