forked from phoenix/litellm-mirror
(fix) admin ui allow custom ui theme
This commit is contained in:
parent
da5d71cfbf
commit
9ba2fa44aa
2 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,9 @@ RUN pip install --upgrade pip && \
|
|||
# Copy the current directory contents into the container at /app
|
||||
COPY . .
|
||||
|
||||
# Build Admin UI
|
||||
RUN chmod +x build_admin_ui.sh && ./build_admin_ui.sh
|
||||
|
||||
# Build the package
|
||||
RUN rm -rf dist/* && python -m build
|
||||
|
||||
|
|
|
@ -20,6 +20,9 @@ RUN pip install --upgrade pip && \
|
|||
# Copy the current directory contents into the container at /app
|
||||
COPY . .
|
||||
|
||||
# Build Admin UI
|
||||
RUN chmod +x build_admin_ui.sh && ./build_admin_ui.sh
|
||||
|
||||
# Build the package
|
||||
RUN rm -rf dist/* && python -m build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue