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 0fd7a88 commit 45413e6Copy full SHA for 45413e6
docker/api/Dockerfile
@@ -79,8 +79,8 @@ RUN set -ex \
79
&& rm -rf /var/lib/apt/lists/*
80
81
# Copy application code
82
-COPY --from=builder /code/llmstack/client/build/index.html /code/client/build/index.html
83
-COPY --from=builder /code/llmstack/client/build/static /code/client/build/static
+COPY --from=builder /code/llmstack/client/build/index.html /code/llmstack/client/build/index.html
+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/static /code/llmstack/static
86
COPY --from=builder /code/llmstack/apps /code/llmstack/apps
0 commit comments