소스 검색

fix: remove dockerfile /static

Before 7 달 전
부모
커밋
4026daa734
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -21,7 +21,7 @@ WORKDIR /app
 ENV NEXT_TELEMETRY_DISABLED 1
 COPY --from=builder /app/public ./public
 COPY --from=builder /app/.next/standalone ./
-COPY --from=builder /app/.next/static ./.next/static
+COPY --from=builder /app/.next ./.next
 EXPOSE 3000
 ENV PORT 3000
 CMD ["node", "server.js"]