From 6c4140b9e591d4b25c3aaa12a69eac6b222dedd8 Mon Sep 17 00:00:00 2001 From: Marin Atanasov Nikolov Date: Mon, 10 Jul 2023 12:13:04 +0300 Subject: [PATCH] Update README with correct Docker image to use for testing --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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