Skip to content

Commit dbb3bb1

Browse files
committed
Improve README
1 parent dc9910e commit dbb3bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ We use containers to run the projects' test suites in an isolated environment.
190190
```bash
191191
docker build -t my_flapy -f Dockerfile .
192192
```
193-
This image can be used together with all existing scripts by changing the `FLAPY_DOCKER_IMAGE` variable in `setup_docker_command.sh` to `localhost/my_flapy`.
193+
This image can be used together with all existing scripts by setting the `FLAPY_DOCKER_IMAGE` environment variable.
194194

195195

196196
### Building and running outside docker

0 commit comments

Comments
 (0)