BERNAISE icon indicating copy to clipboard operation
BERNAISE copied to clipboard

Add dockerfile

Open augustjohansson opened this issue 4 years ago • 0 comments

Here's a dockerfile one can start with. To use it one does something like

cd docker
docker build . --tag=bernaise
cd ..
docker run -ti --name bernaise -v $(pwd):/home/fenics/shared bernaise

One can remove the container by docker rm bernaise

augustjohansson avatar Mar 05 '20 14:03 augustjohansson