Skip to content

Commit

Permalink
Fix typo in copying .pageinfo-cache.json.br (#48642)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Jan 10, 2024
1 parent 033037b commit b58e278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ COPY --chown=node:node assets ./assets
COPY --chown=node:node content ./content
COPY --chown=node:node src ./src
COPY --chown=node:node .remotejson-cache* ./.remotejson-cache
COPY --chown=node:node .pageinfo-cache.json* ./.pageinfo-cache.json
COPY --chown=node:node .pageinfo-cache.json.br* ./.pageinfo-cache.json.br
COPY --chown=node:node data ./data
COPY --chown=node:node next.config.js ./

Expand Down

0 comments on commit b58e278

Please sign in to comment.