jbilcke-hf HF Staff commited on
Commit
d88e960
·
1 Parent(s): cb19688

should we do this?

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -54,6 +54,7 @@ COPY --from=builder /app/public ./public
54
  COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
55
  COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
56
  COPY --from=builder --chown=nextjs:nodejs /app/.next/cache ./.next/cache
 
57
 
58
  USER nextjs
59
 
 
54
  COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
55
  COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
56
  COPY --from=builder --chown=nextjs:nodejs /app/.next/cache ./.next/cache
57
+ COPY --from=builder --chown=nextjs:nodejs /app/.next/cache/fetch-cache ./.next/cache/fetch-cache
58
 
59
  USER nextjs
60