mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 17:52:38 +02:00
fix: set outputFileTracingRoot for predictable standalone output
This commit is contained in:
parent
8cf12db72a
commit
ec118ed011
4 changed files with 5 additions and 10 deletions
|
|
@ -71,7 +71,7 @@ COPY --from=builder /app/public ./public
|
|||
|
||||
# Automatically leverage output traces to reduce image size
|
||||
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone/app/ ./
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
|
||||
|
||||
# Entrypoint scripts for runtime env var substitution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue