From 8dc4f5638ef627bdd15391ff449283ea6692ddc2 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Mon, 4 Nov 2024 11:59:05 +0100 Subject: [PATCH] Update readme --- fibonaccifit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fibonaccifit/README.md b/fibonaccifit/README.md index dfe191c..2f6fc5f 100644 --- a/fibonaccifit/README.md +++ b/fibonaccifit/README.md @@ -2,7 +2,7 @@ The Docker image needs to be built with the following command: - docker build -t fibonaccifit -f Dockerfile . + docker build --no-cache -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 -- GitLab