We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01783ce commit 82234cdCopy full SHA for 82234cd
nginx/Dockerfile
@@ -8,4 +8,4 @@ RUN rm /etc/nginx/conf.d/default.conf
8
COPY nginx.conf /etc/nginx/conf.d
9
10
# Copy static files from Django to nginx
11
-COPY --from=builder /code/static /usr/share/nginx/html/static
+COPY --from=builder /code/llmstack/static /usr/share/nginx/html/static
0 commit comments