Spaces:
Paused
Paused
Commit
·
ab951de
1
Parent(s):
1a84032
fix cache (maybe)
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -53,6 +53,7 @@ COPY --from=builder /app/public ./public
|
|
53 |
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
54 |
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
|
55 |
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
|
|
|
56 |
|
57 |
USER nextjs
|
58 |
|
|
|
53 |
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
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 |
|