You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ We use containers to run the projects' test suites in an isolated environment.
190
190
```bash
191
191
docker build -t my_flapy -f Dockerfile .
192
192
```
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.
0 commit comments