From 845054e6cadd6031bb7b011086f8b5c74336ffac Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 9 Jan 2024 17:10:46 -0500 Subject: [PATCH] Docker COPY the right pageinfo-cache file (#48631) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0bd769f560..cdc559d098 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ COPY src ./src # The star is because it's an optional directory COPY .remotejson-cache* ./.remotejson-cache # The star is because it's an optional file -COPY .pageinfo-cache.json.gz* ./.pageinfo-cache.json.gz +COPY .pageinfo-cache.json.br* ./.pageinfo-cache.json.br # Certain content is necessary for being able to build COPY content/index.md ./content/index.md COPY content/rest ./content/rest