fix(web): empty public dir build error

This commit is contained in:
Collin Barrett 2025-06-14 09:46:38 -05:00
parent e73aa8f33d
commit 8b11845c88

View file

@ -49,7 +49,8 @@ ENV NEXT_TELEMETRY_DISABLED=1
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
COPY --from=builder /app/public ./public
# TEMP: bypass build error due to empty public directory
# COPY --from=builder /app/public ./public
# Automatically leverage output traces to reduce image size
# https://nextjs.org/docs/advanced-features/output-file-tracing