Skip to content

Commit

Permalink
Set the default LISP.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed May 14, 2024
1 parent 4a70982 commit 02f78db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: .
target: base
args:
- LISP=${LISP}
- LISP=${LISP:-sbcl}
restart: "no"
volumes:
- ./:/app/
Expand Down

0 comments on commit 02f78db

Please sign in to comment.