jbilcke-hf HF staff commited on
Commit
0268247
β€’
1 Parent(s): d88e960

nope, it doesnt work

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,7 +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
- COPY --from=builder --chown=nextjs:nodejs /app/.next/cache/fetch-cache ./.next/cache/fetch-cache
58
 
59
  USER nextjs
60
 
 
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