Initial commit

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-11-10 15:55:50 -05:00
commit 2b3a7cb677
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
5 changed files with 46 additions and 0 deletions

6
Makefile Normal file
View 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