We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e936ec commit 29e797cCopy full SHA for 29e797c
agent_chat/Dockerfile
@@ -47,6 +47,9 @@ ENV RESTACK_ENGINE_ADDRESS=${RESTACK_ENGINE_ADDRESS}
47
ARG RESTACK_ENGINE_API_KEY
48
ENV RESTACK_ENGINE_API_KEY=${RESTACK_ENGINE_API_KEY}
49
50
+ARG RESTACK_ENGINE_API_ADDRESS
51
+ENV RESTACK_ENGINE_API_ADDRESS=${RESTACK_ENGINE_API_ADDRESS}
52
+
53
EXPOSE 3000
54
55
CMD ["node", "dist/services.js"]
0 commit comments