This commit is contained in:
voje 2019-01-29 06:57:01 +01:00
parent f303eb1585
commit 4837c760e4
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
FROM java

View File

@ -1 +1,6 @@
We'll need java.
Run from root of this repo:
```bash
$ docker run -it -v .:/root/ k-java /bin/bash
```