mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Update Dockerfile
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
dedba01cb8
commit
ecc0efe809
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ sed -i 's/"tar": "\^7\.5\.[0-9]*"/"tar": "^7.5.10"/g; s/"minimatch": "\^10\.[0-9
|
|||
# at /usr/local/lib/node_modules/npm/ remains fully functional.
|
||||
{ apk del --no-cache npm 2>/dev/null || true; }
|
||||
{ apk del --no-cache npm 2>/dev/null || true; }
|
||||
{ apk del --no-cache npm 2>/dev/null || true; }
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN ls -la /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue