This commit is contained in:
2025-06-08 17:26:06 +09:00
parent e0f97dad83
commit 84cf9d0d7b

View File

@ -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