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 14bc365 commit 60633f4Copy full SHA for 60633f4
Dockerfile
@@ -12,6 +12,8 @@ RUN bun install --frozen-lockfile
12
13
ADD ./ /app/
14
15
+ENV OPENAI_API_KEY=${OPENAI_API_KEY}
16
+
17
RUN bun run build
18
19
RUN bun run download-content
0 commit comments