diff --git a/README.org b/README.org index c9fb5e2..64e0dba 100644 --- a/README.org +++ b/README.org @@ -1821,7 +1821,7 @@ A few Docker images are available. Build and run the tests in a container. #+begin_src shell -docker build -t clingon.test:latest -f Dockerfile.tests . +docker build -t clingon.test:latest -f Dockerfile.sbcl . docker run --rm clingon.test:latest #+end_src