diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 257dcf6b..36fa9d89 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -15,8 +15,9 @@ RUN npm install -g pnpm ADD ./crawlab-ui /app # Debug: List files to verify they're correctly copied -RUN ls -la /app/src/components/ui/logs/ -RUN cat /app/src/components/ui/logs/LogsView.vue +RUN ls -la /app/src/ +RUN ls -la /app/src/components/ +RUN ls -la /app/src/components/ui/ || echo "UI directory not found" # Install project dependencies RUN pnpm install