Fix
This commit is contained in:
@ -23,7 +23,7 @@ FROM oven/bun:latest AS runtime
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy built application from builder stage
|
# Copy built application from builder stage
|
||||||
COPY --from=builder --chown=bunjs:bunjs /app .
|
COPY --from=builder /app .
|
||||||
|
|
||||||
# Create necessary directories with proper permissions
|
# Create necessary directories with proper permissions
|
||||||
RUN mkdir -p data public/podcast_audio
|
RUN mkdir -p data public/podcast_audio
|
||||||
|
Reference in New Issue
Block a user