mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(web): empty public dir build error
This commit is contained in:
parent
e73aa8f33d
commit
8b11845c88
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue