mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
chore: enhance Dockerfile for improved debugging
- Updated the Dockerfile to include additional commands for listing files in the application directory structure, aiding in the verification of file copying during the Docker build process.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user