diff --git a/fibonaccifit/README.md b/fibonaccifit/README.md new file mode 100644 index 0000000000000000000000000000000000000000..dfe191cbb90c039376735c2103f4860aefdb3886 --- /dev/null +++ b/fibonaccifit/README.md @@ -0,0 +1,9 @@ +# Setup + +The Docker image needs to be built with the following command: + + docker build -t fibonaccifit -f Dockerfile . + +Each time the `Project.toml` is changed due to modified dependencies, +the `fibonaccifit` Docker image needs to be rebuilt using the command +above.