We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a70982 commit 02f78dbCopy full SHA for 02f78db
docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
context: .
8
target: base
9
args:
10
- - LISP=${LISP}
+ - LISP=${LISP:-sbcl}
11
restart: "no"
12
volumes:
13
- ./:/app/
0 commit comments