Skip to content

Commit 5778192

Browse files
author
Jonathan Harden
committed
Mount only the koans directory, not the whole project
1 parent ba7b29e commit 5778192

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
#!/bin/sh
2-
docker build -t elixir-koans . && docker run --rm -v `pwd`:/elixir-koans -ti elixir-koans
1+
#!/bin/sh -e
2+
3+
docker build -t elixir-koans .
4+
docker run --rm -v `pwd`/lib/koans:/elixir-koans/lib/koans -ti elixir-koans

0 commit comments

Comments
 (0)