fix(docs): simplify docker restore command

This commit is contained in:
Rafael Foster
2026-04-29 14:26:58 -03:00
parent 7d02ac6c18
commit a31865beef
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -13,10 +13,10 @@
* → bypassCacheUntil (in-memory + Cache API für SW-Restart-Robustheit)
*/
const SHELL_CACHE = 'oikos-shell-v70';
const PAGES_CACHE = 'oikos-pages-v65';
const LOCALES_CACHE = 'oikos-locales-v14';
const ASSETS_CACHE = 'oikos-assets-v65';
const SHELL_CACHE = 'oikos-shell-v71';
const PAGES_CACHE = 'oikos-pages-v66';
const LOCALES_CACHE = 'oikos-locales-v15';
const ASSETS_CACHE = 'oikos-assets-v66';
const BYPASS_CACHE = 'oikos-bypass-flag';
const ALL_CACHES = [SHELL_CACHE, PAGES_CACHE, LOCALES_CACHE, ASSETS_CACHE];