Skip to content

Commit

Permalink
Fix static path
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Sep 23, 2023
1 parent 01783ce commit 82234cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d

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

0 comments on commit 82234cd

Please sign in to comment.