feat: include ai-gateway in Dockerfiles for discord-bot and ha-gateway
All checks were successful
CI / test (push) Successful in 5s
CI / build-ai-gateway (push) Successful in 49s
CI / build-ha-gateway (push) Successful in 56s
CI / build-discord-bot (push) Successful in 48s

This commit is contained in:
Nik Afiq 2026-04-21 21:59:45 +09:00
parent 5d732405b8
commit 9cc29c2329
2 changed files with 2 additions and 0 deletions

View File

@ -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/

View File

@ -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/