diff --git a/crates/lox-library/run-lox.sh b/crates/lox-library/run-lox.sh index 67c7e9b..19ca983 100755 --- a/crates/lox-library/run-lox.sh +++ b/crates/lox-library/run-lox.sh @@ -1,2 +1,2 @@ #!/bin/bash -docker run -it lox /bin/bash +docker run --name lox -it lox:latest /bin/bash