Spaces:
Paused
Paused
Commit
β’
0268247
1
Parent(s):
d88e960
nope, it doesnt work
Browse files- 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 |
|