Explorar o código

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

neyrogovnarik hai 1 mes
pai
achega
641d3b3751
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"]