peter279k commented on PR #10463:
URL: https://github.com/apache/nifi/pull/10463#issuecomment-3459491201

   > Thanks for the details steps @peter279k. I'm not following something 
between these two steps:
   > 
   > ```
   > $ git checkout NIFI-15138
   > $ docker build -t apache/nifi:latest .
   > ```
   > 
   > isn't it necessary to change to the `nifi-docker/dockerhub` directory? 
That's where the command is failing when I attempt to run it with the changes.
   
   You're right. I missed these commands:
   
   ```bash
   $ git clone https://github.com/peter279k/nifi
   $ git checkout NIFI-15138
   $ cd ./nifi-docker/dockerhub
   $ docker build -t apache/nifi:latest .
   ```


-- 
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