forked from phoenix/litellm-mirror
(fix) minimize dockerfile changes
This commit is contained in:
parent
98d8dc3331
commit
872a36b7e5
1 changed files with 0 additions and 5 deletions
|
@ -47,11 +47,6 @@ COPY --from=builder /wheels/ /wheels/
|
|||
# Install the built wheel using pip; again using a wildcard if it's the only file
|
||||
RUN pip install *.whl /wheels/* --no-index --find-links=/wheels/ && rm -f *.whl && rm -rf /wheels
|
||||
|
||||
# Generate prisma client
|
||||
RUN env
|
||||
# Check if the database_url is set before running prisma generate
|
||||
RUN if [ -n "$DATABASE_URL" ]; then prisma generate; fi
|
||||
# RUN prisma generate
|
||||
RUN chmod +x entrypoint.sh
|
||||
|
||||
EXPOSE 4000/tcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue