Xenova HF staff commited on
Commit
4f07594
·
verified ·
1 Parent(s): 9211a2f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,7 +54,7 @@ RUN mkdir .next
54
  RUN chown nextjs:nodejs .next
55
 
56
  # Automatically leverage output traces to reduce image size
57
- COPY --from=builder --chown=nextjs:nodejs /app/next-server/.next/standalone ./
58
  COPY --from=builder --chown=nextjs:nodejs /app/next-server/.next/static ./.next/static
59
 
60
  USER nextjs
 
54
  RUN chown nextjs:nodejs .next
55
 
56
  # Automatically leverage output traces to reduce image size
57
+ COPY --from=builder --chown=nextjs:nodejs /app/next-server/.next/standalone ./
58
  COPY --from=builder --chown=nextjs:nodejs /app/next-server/.next/static ./.next/static
59
 
60
  USER nextjs