Skip to content

Commit

Permalink
Added note re: rebuild on python script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpolygon committed Feb 1, 2024
1 parent ecadb86 commit efea1e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/tools/docker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This Docker setup provides a ready-to-use environment for running Python scripts

### Building the Docker Image

Any modifications to the Python script will require rebuilding the Docker image to reflect the changes in the containerized environment. Use the docker build command each time your script is updated to ensure the latest version is used in your Docker container.

Navigate to the directory containing your Dockerfile and execute the following command to build your Docker image:

```
Expand Down

0 comments on commit efea1e2

Please sign in to comment.