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