Skip to content

Commit 680a396

Browse files
committed
(Panel) Fix modfest logo not appearing in production
1 parent 482a7e2 commit 680a396

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

panel/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN adduser --system --uid 1001 nextjs
4848

4949
# Automatically leverage output traces to reduce image size
5050
# https://nextjs.org/docs/advanced-features/output-file-tracing
51+
COPY --from=builder --chown=nextjs:nodejs /app/panel/public ./panel/public
5152
COPY --from=builder --chown=nextjs:nodejs /app/panel/.next/standalone/ ./
5253
COPY --from=builder --chown=nextjs:nodejs /app/panel/.next/static ./panel/.next/static
5354

0 commit comments

Comments
 (0)