feat: include ai-gateway in Dockerfiles for discord-bot and ha-gateway
This commit is contained in:
parent
5d732405b8
commit
9cc29c2329
@ -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/
|
||||
|
||||
|
||||
@ -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/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user