diff --git a/Dockerfile b/Dockerfile index 296d094..3608bea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ COPY package.json package-lock.json ./ RUN npm ci COPY . . COPY --from=composer-builder /app/vendor ./vendor +RUN ls vendor/livewire/flux/dist/ || echo "MISSING: flux dist not found" RUN npm run build # Stage 3: Production image