From a43e8fce02cd0fda092666e06fdd3435c4217568 Mon Sep 17 00:00:00 2001
From: Anthony <anthony.geourjon@tetras-libre.fr>
Date: Thu, 4 May 2023 10:58:39 +0000
Subject: [PATCH] Add memo for production

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index b58512c..4f0c38b 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,11 @@ Run `docker-compose up -d`, which will serve a mirador instance at `http://local
 
 If sources files are modified, run `docker-compose up -d --build` to update Mirador  
 
+In case of problems of cache (like editing POC/src/index.js for changing default available manifests): 
+
++ `docker-compose build --no-cache`
++ `docker-compose up` 
+
 #### Traefik
 
 We provide a `traefik.yml` file to use behind [traefik](https://traefik.io/) this file does the following assumptions :
-- 
GitLab