diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 611b880..ecf7a27 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -12,9 +12,6 @@ RUN npm ci # Copy application code COPY . . -# Debug: List files to verify lib/ is present -RUN ls -la /app && ls -la /app/lib - # Build the application RUN npm run build