Skip to content

Commit 29e797c

Browse files
committed
add missing address in dockerfile
1 parent 6e936ec commit 29e797c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

agent_chat/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ ENV RESTACK_ENGINE_ADDRESS=${RESTACK_ENGINE_ADDRESS}
4747
ARG RESTACK_ENGINE_API_KEY
4848
ENV RESTACK_ENGINE_API_KEY=${RESTACK_ENGINE_API_KEY}
4949

50+
ARG RESTACK_ENGINE_API_ADDRESS
51+
ENV RESTACK_ENGINE_API_ADDRESS=${RESTACK_ENGINE_API_ADDRESS}
52+
5053
EXPOSE 3000
5154

5255
CMD ["node", "dist/services.js"]

0 commit comments

Comments
 (0)