소스 검색

fix: web dockfile (#883)

zxhlyh 1 년 전
부모
커밋
a58f95fa91
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      web/Dockerfile

+ 1 - 0
web/Dockerfile

@@ -34,6 +34,7 @@ ENV PORT 3000
 
 
 WORKDIR /app/web
+COPY --from=builder /app/web/public ./public
 COPY --from=builder /app/web/.next/standalone ./
 COPY --from=builder /app/web/.next/static ./.next/static