Skip to content

Commit 02f78db

Browse files
committed
Set the default LISP.
1 parent 4a70982 commit 02f78db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
context: .
88
target: base
99
args:
10-
- LISP=${LISP}
10+
- LISP=${LISP:-sbcl}
1111
restart: "no"
1212
volumes:
1313
- ./:/app/

0 commit comments

Comments
 (0)