Skip to content

Commit

Permalink
fix: mediasoup 빌드 결과물을 캐시하도록 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixtar committed Jan 5, 2025
1 parent 39a4db5 commit 8eaa454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/media/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ FROM base AS runner
WORKDIR /app

# 캐시된 mediasoup 빌드 결과물 복사
COPY --from=builder ${MEDIASOUP_CACHE_DIR} ./node_modules/mediasoup && echo "Mediasoup copied to runner"
COPY --from=builder ${MEDIASOUP_CACHE_DIR}/mediasoup ./node_modules/mediasoup
RUN echo "Mediasoup copied to runner"

# 나머지 파일 복사 및 실행
COPY --from=builder /app .
Expand Down

0 comments on commit 8eaa454

Please sign in to comment.