From bf737a03e87cff5b84991ab0b188e1e8efd9442c Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Mon, 4 Nov 2024 11:35:19 +0100
Subject: [PATCH] Add readme for FibonacciFit

---
 fibonaccifit/README.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 fibonaccifit/README.md

diff --git a/fibonaccifit/README.md b/fibonaccifit/README.md
new file mode 100644
index 0000000..dfe191c
--- /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.
-- 
GitLab