mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
chore: update Dockerfile for debugging file copy verification
- Added commands to list files and display the contents of LogsView.vue to verify correct copying of application code during the Docker build process.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user