From 84cf9d0d7bd07a7696dab9c9ac5fca2eff4ee278 Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Sun, 8 Jun 2025 17:26:06 +0900 Subject: [PATCH] Fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d80651e..afc9445 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ FROM oven/bun:latest AS runtime WORKDIR /app # Copy built application from builder stage -COPY --from=builder --chown=bunjs:bunjs /app . +COPY --from=builder /app . # Create necessary directories with proper permissions RUN mkdir -p data public/podcast_audio