From 8b11845c880307930b9c89f7608b5bf2f59ca08c Mon Sep 17 00:00:00 2001 From: Collin Barrett <6483057+collinbarrett@users.noreply.github.com> Date: Sat, 14 Jun 2025 09:46:38 -0500 Subject: [PATCH] fix(web): empty public dir build error --- web/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 3b9002d24..2fc3b063b 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -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