nddipiazza opened a new pull request, #2:
URL: https://github.com/apache/tika-grpc-docker/pull/2

   ## Problem
   
   The `build-from-branch.sh` script was attempting to start the tika-grpc 
container without a config file during the build test, causing it to fail with:
   
   ```
   Exception in thread "main" java.lang.IllegalArgumentException: Tika config 
file is required
   ```
   
   ## Solution
   
   Updated the container test to mount `sample-configs/test-simple.json` and 
pass `-c /config/tika-config.json` to the container.
   
   ## Testing
   
   ```bash
   ./build-from-branch.sh -l /home/user/tika -t test
   ✓ Container started successfully
   ✓ User configuration correct: 35002:35002  
   ✓ Tests passed
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to