Skip to content

Commit

Permalink
Add a note about time taken to build a new Doocker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Aug 28, 2024
1 parent a635321 commit 8483d36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ With this in place, you can run the tests with the following command:

### Running in a container

The tests can be run in a container, which is requires less setup and will be less likely
The tests can be run in a container, which requires less setup and will be less likely
to be affected by your local environment. A Docker Composer file is provided to run the
tests in a Linux container, against a containerised iRODS server.

Expand All @@ -298,3 +298,8 @@ To run the tests in a container, you will need to have Docker installed.
With this in place, you can run the tests with the following command:

docker-compose run app pytest --it

There will be a delay the first time this is run because the Docker image will be built.
To pre-build the image, you can run:

docker-compose build

0 comments on commit 8483d36

Please sign in to comment.