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 daa1e5e commit 4948119Copy full SHA for 4948119
docker/api/Dockerfile
@@ -82,6 +82,7 @@ RUN set -ex \
82
COPY --from=builder /code/llmstack/client/build/index.html /code/llmstack/client/build/index.html
83
COPY --from=builder /code/llmstack/client/build/static /code/llmstack/client/build/static
84
COPY --from=builder /code/llmstack/contrib/apps /code/llmstack/contrib/apps
85
+COPY --from=builder /code/llmstack/contrib/data /code/llmstack/contrib/data
86
COPY --from=builder /code/llmstack/static /code/llmstack/static
87
COPY --from=builder /code/llmstack/apps /code/llmstack/apps
88
COPY --from=builder /code/llmstack/assets /code/llmstack/assets
0 commit comments