Kaynağa Gözat

Fix: HOST=0.0.0.0 для frontend healthcheck

neyrogovnarik 1 ay önce
ebeveyn
işleme
978174f227
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      frontend/Dockerfile

+ 1 - 0
frontend/Dockerfile

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