浏览代码

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"]