From 9cc29c2329a45d0b85e92cb4e98306e836101581 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Tue, 21 Apr 2026 21:59:45 +0900 Subject: [PATCH] feat: include ai-gateway in Dockerfiles for discord-bot and ha-gateway --- discord-bot/Dockerfile | 1 + ha-gateway/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/discord-bot/Dockerfile b/discord-bot/Dockerfile index d63c9a6..3c89777 100644 --- a/discord-bot/Dockerfile +++ b/discord-bot/Dockerfile @@ -3,6 +3,7 @@ WORKDIR /workspace COPY go.work go.work.sum ./ COPY gen/ ./gen/ +COPY ai-gateway/ ./ai-gateway/ COPY ha-gateway/ ./ha-gateway/ COPY discord-bot/ ./discord-bot/ diff --git a/ha-gateway/Dockerfile b/ha-gateway/Dockerfile index 1cacad2..b11e647 100644 --- a/ha-gateway/Dockerfile +++ b/ha-gateway/Dockerfile @@ -3,6 +3,7 @@ WORKDIR /workspace COPY go.work go.work.sum ./ COPY gen/ ./gen/ +COPY ai-gateway/ ./ai-gateway/ COPY ha-gateway/ ./ha-gateway/ COPY discord-bot/ ./discord-bot/