We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033037b commit b58e278Copy full SHA for b58e278
Dockerfile
@@ -90,7 +90,7 @@ COPY --chown=node:node assets ./assets
90
COPY --chown=node:node content ./content
91
COPY --chown=node:node src ./src
92
COPY --chown=node:node .remotejson-cache* ./.remotejson-cache
93
-COPY --chown=node:node .pageinfo-cache.json* ./.pageinfo-cache.json
+COPY --chown=node:node .pageinfo-cache.json.br* ./.pageinfo-cache.json.br
94
COPY --chown=node:node data ./data
95
COPY --chown=node:node next.config.js ./
96
0 commit comments