소스 검색

Fix: добавить curl в frontend Dockerfile для healthcheck

neyrogovnarik 1 개월 전
부모
커밋
641d3b3751
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/Dockerfile

+ 1 - 0
frontend/Dockerfile

@@ -21,5 +21,6 @@ COPY --from=builder /app/public ./public
 COPY --from=builder /app/.next/standalone ./
 COPY --from=builder /app/.next/static ./.next/static
 
+RUN apk add --no-cache curl
 EXPOSE 3000
 CMD ["node", "server.js"]