Skip to content

Commit b58e278

Browse files
authored
Fix typo in copying .pageinfo-cache.json.br (#48642)
1 parent 033037b commit b58e278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ COPY --chown=node:node assets ./assets
9090
COPY --chown=node:node content ./content
9191
COPY --chown=node:node src ./src
9292
COPY --chown=node:node .remotejson-cache* ./.remotejson-cache
93-
COPY --chown=node:node .pageinfo-cache.json* ./.pageinfo-cache.json
93+
COPY --chown=node:node .pageinfo-cache.json.br* ./.pageinfo-cache.json.br
9494
COPY --chown=node:node data ./data
9595
COPY --chown=node:node next.config.js ./
9696

0 commit comments

Comments
 (0)