Skip to content

Commit 53e2da1

Browse files
committed
fix: placeholder img fix
1 parent 182ea0f commit 53e2da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN adduser --system --uid 1001 nextjs
4343
# https://nextjs.org/docs/advanced-features/output-file-tracing
4444
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
4545
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
46-
# COPY --from=builder --chown=nextjs:nodejs /app/public ./public
46+
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
4747

4848
USER nextjs
4949

0 commit comments

Comments
 (0)