Initial commit
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
commit
2b3a7cb677
5 changed files with 46 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
build: Dockerfile
|
||||
docker build -t r.batts.cloub/fortran .
|
||||
|
||||
run: build
|
||||
docker run -it --rm -v $(pwd):/data r.batts.cloud/fortran
|
Loading…
Add table
Add a link
Reference in a new issue