Skip to content

Commit 82234cd

Browse files
committed
Fix static path
1 parent 01783ce commit 82234cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN rm /etc/nginx/conf.d/default.conf
88
COPY nginx.conf /etc/nginx/conf.d
99

1010
# Copy static files from Django to nginx
11-
COPY --from=builder /code/static /usr/share/nginx/html/static
11+
COPY --from=builder /code/llmstack/static /usr/share/nginx/html/static

0 commit comments

Comments
 (0)