diff --git a/frontend/Dockerfile b/frontend/Dockerfile index c799f06c..257dcf6b 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -14,6 +14,10 @@ RUN npm install -g pnpm # Copy application code 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 + # Install project dependencies RUN pnpm install