Skip to content

Commit 45413e6

Browse files
committed
Fix client path in the image
1 parent 0fd7a88 commit 45413e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ RUN set -ex \
7979
&& rm -rf /var/lib/apt/lists/*
8080

8181
# 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
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
8484
COPY --from=builder /code/llmstack/contrib/apps /code/llmstack/contrib/apps
8585
COPY --from=builder /code/llmstack/static /code/llmstack/static
8686
COPY --from=builder /code/llmstack/apps /code/llmstack/apps

0 commit comments

Comments
 (0)